diff --git a/components/select/apiExamples/labelWithPlaceholder.html b/components/select/apiExamples/labelWithPlaceholder.html deleted file mode 100644 index 47f58a23..00000000 --- a/components/select/apiExamples/labelWithPlaceholder.html +++ /dev/null @@ -1,12 +0,0 @@ - - Label Text - - - Stops - Price - Duration - Departure - Arrival - Prefer Alaska - - diff --git a/components/select/docs/partials/index.md b/components/select/docs/partials/index.md index 49456ccd..0cf5223c 100644 --- a/components/select/docs/partials/index.md +++ b/components/select/docs/partials/index.md @@ -44,9 +44,9 @@ Use the `placeholder` slot to inject a custom placeholder option with the select -## Label and help text slots +## Label, placeholder and help text slots -The following example illustrates the use of the `label` and `helptext` slots for additional placement of content around the select menu. +The following example illustrates the use of the `label`, `placeholder` and `helptext` slots for additional placement of content around the select menu.
@@ -61,22 +61,6 @@ The following example illustrates the use of the `label` and `helptext` slots fo -## label with placeholder - -The `label` slot and `placeholder` slot may be used together. - -
- - -
- - See code - - - - - - ## Example with auro-icons in options Displays an `` element with `` elements in each option.