Menu
Sidera/Components/Select

Select

A select lets people choose one option from a longer list, collapsing it into a single control until it's needed.

CategoryForms
StatusStable
01Overview

Reach for a select when there are more options than a radio group can comfortably show. For a handful of visible choices, radios read faster.

02Properties
PropTypeDefault
valuestring (controlled)
defaultValuestring
onValueChange(value) => void
SelectTrigger placeholderstring
SelectItem valuestringrequired
03Accessibility
  • Built on Base UI — keyboard open/close, arrow navigation and typeahead.
  • Exposed with listbox semantics; the selected option is announced.
  • Positioning flips to stay on-screen; focus returns to the trigger on close.