Dropdowns
Dropdowns or select fields enable the user to select one option from a list of multiple options. The selection of an option can affect other form elements on the same page / screen.
Dropdown
Regular dropdowns are used for selecting one option from an array of available options.
Default (width is flexible)
Disabled
Multiselect Dropdown
Multiselect dropdowns are used when the selection of multiple options is possible. The tag should always represent the amount of selected options.
Default (width is flexible)
Disabled
Inline Dropdown
Inline dropdowns are used as subtle alternatives to regular dropdowns. Inline dropdowns are not used in regular forms.
Default (width is flexible)
Disabled
Multiselect Inline Dropdown
Multiselect inline dropdowns are used as subtle alternatives to regular multiselect dropdowns. Multiselect inline dropdowns are not used in regular forms.
Default (width is flexible)
Disabled