Select
Dropdown selector for choosing one option from a list.
Variants
Select has two validation variants. Keep the dropdown list short and the labels scannable.
| Variant | Purpose |
|---|---|
| Default | Resting state for a single-choice dropdown with 4+ options. |
| Error | Validation has failed — for example, no option selected for a required field. |
Design tokens
| Token | Value | Description |
|---|---|---|
input/background/default | #ffffff | Trigger background |
input/background/disabled | #f5f5f5 | Disabled background |
input/border/default | #aeaeae | Default border |
input/border/focus | #318272 | Focus + open border |
input/border/error | #bc1700 | Error border |
menu/item/selected | #eafaf5 | Selected option background |
menu/item/selected/fg | #207264 | Selected option text |
radius/sm | 4px | Corner radius |