Select list
Bootstrap 5 Select list component
Responsive Select list built with Bootstrap 5. Examples include multiselect dropdown, select dropdown with search, placeholders, disabled select and options.
Note: To learn more about Select component and see all available options, methods, events and advanced usage - read Select Docs & API section
Basic example
Basic example of select component that allows you to choose from a number of options.
Multiple
Add multiple
attribute to the select element to activate multiple mode.
Search
Set filter
option to true
to enable options filtering.
Placeholder
Use placeholder
option to set placeholder for select input. The placeholder will be displayed when input is focused and no option is selected.
Disabled select
Add disabled
attribute to the select element to disable select input.
Disabled options
Use disabled
attribute on option element to disable specific option.