Summary: Dropdown lists can be used in narrow, specific scenarios, but misuse can cause more harm than alternatives.
Dropdown lists are one of the most familiar controls in forms . Designers use them because they're compact, flexible, and easy to implement. But that convenience comes at a cost: dropdowns hide available options behind a click, adding friction to every selection and slowing decision making.
Definition
A dropdown list (also called a select menu ) is a collapsible input control that reveals a list of options when clicked, allowing users to select one option from that list.
“ Dropdown ” is a commonly used term in interfaces, but it can refer to different patterns depending on context. This article focuses specifically on dropdown lists used as input controls to collect data, not on navigation or command menus that trigger page changes or, respectively, system actions. While these components share a similar visual pattern, they serve different user goals.
Read Full Article