Dropdowns (Select Menus) let users pick one option from a collapsible list. Saves space by hiding options until clicked. Common for countries, states, categories, time zones—anything with >7 predetermined options. Desktop pattern—consider alternatives on mobile (bottom sheet, native picker).
Use dropdowns for 7-15 mutually exclusive options where space is limited: countries, states, categories, sorting options. For 2-6 options use radio buttons (shows all choices). For >15 options use autocomplete (searchable). For mobile, use native select or bottom sheet for better UX.
Form Patterns
Select menu—expandable list, single selection, space-efficient, better for many options than radio buttons