Docs Components
Selectexperimental
A dropdown that opens the real system menu instead of a custom one — the platform does the hard part; we draw the box and the chevron.
API
| Prop | Type | Description |
|---|---|---|
…native | SelectHTMLAttributes | Native select underneath; options are standard option elements. |
Design specifications
- recipe
identical to input - chevron
color-text-muted, decorative (pointer-events none) - padding-right
space-7
Guidelines
- shouldPrefer Radio for 2–4 mutually exclusive options that benefit from being visible at once.
- must-notDo not rebuild this as a div-based dropdown without keyboard, type-ahead, and screen-reader parity.