/var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap/site/content/docs/5.3/forms
NameSizeModeActions
checks-radios.md133160644editdlrm
floating-labels.md69000644editdlrm
form-control.md77670644editdlrm
input-group.md130670644editdlrm
layout.md131380644editdlrm
overview.md63020644editdlrm
range.md18010644editdlrm
select.md24070644editdlrm
validation.md180370644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap/site/content/docs/5.3/forms/select.md (2407B)
--- 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 >}} ## Disabled Add the `disabled` boolean attribute on a select to give it a grayed out appearance and remove pointer events. {{< example >}} {{< /example >}} ## CSS ### Sass variables {{< scss-docs name="form-select-variables" file="scss/_variables.scss" >}}