Selects

Select inputs are most often used when a person must choose one option from a list (the exception is the multiple select). Consider using a select when you have more than 4 options to avoid clutter. Use Select as a placeholder unless there’s a default option.

Default selects

select_input

Dynamic selects

Used when more complex information needs to be displayed in each option. Most typically used to display lists of people or organizations.

select_input_dynamic

Multiple selects

Used to select multiple options from a list, such as locations or tags.

select_input_multiple