--- layout: docs title: Select description: Customize the native `` menus need only a custom class, `.form-select` to trigger the custom styles. Custom styles are limited to the ` {{< /example >}} ## Sizing You may also choose from small and large custom selects to match our similarly sized text inputs. {{< example >}} {{< /example >}} The `multiple` attribute is also supported: {{< example >}} {{< /example >}} As is the `size` attribute: {{< example >}} {{< /example >}} ## With icons Like our textual `.form-control`, you can overlay icons on `.form-select`s. See the [form control with icon docs]({{< docsref "/forms/form-control#with-icons" >}}) for more details. {{< example >}}
{{< /example >}} ### Spinners You can also place any of Bootstrap's [spinners]({{< docsref "/components/spinners" >}}) within the `.form-control-icon`. {{< example >}}
Loading...
{{< /example >}} ### Sizing Add `.form-select-sm` or `.form-select-lg` to your `.form-select` and the `.form-control-icon` will automatically resize. However, the sizing of the icons themselves is up to you. {{< example >}}
{{< /example >}} {{< example >}}
{{< /example >}}