When to Use
- Single-choice fields like role, timezone, or country.
- Moderate option sets where radio groups would take too much space.
- Consistent forms that need predictable validation.
When NOT to Use
For 3-5 visible choices with clear labels, use radio buttons instead.
Variants
Default dropdown
Searchable combobox
Grouped options
Confused?
Use Select for picking one known value, and use Text Input when users must type unique values.
Agent Prompts
Use the copy-ready Cursor and Pencil prompts in the prompt panel below this card.