Back to components
Dropdown Select
The Dropdown Select component allow users to select one option from a temporary modal menu.
Table of Contents
Edit this section, Opens in new windowOverview
The Dropdown Select is a type of input that is used in forms, where a user is submitting data and chooses one option from a list.
Usage
Use the Dropdown Select component when:
- Displaying all options will draw user's attention
- It is not encouraged for users to change the default option
- A large number of familiar options are available
- You have more than 7 options
See Patterns/Selection controls for more information regarding when to use selection controls.