OptionalbgOptionalfgForeground text color.
OptionalflexFlex grow factor.
OptionalfocusableWhether the select participates in focus traversal.
OptionalfocusedWhether the select is currently focused (controlled mode). When omitted, focus is uncontrolled (framework-managed).
OptionalfocusStyle overrides applied when focused.
OptionalheightFixed height in cells or percentage.
OptionalhighlightColor of the highlighted item and its indicator.
OptionalindicatorCharacter used for the highlight indicator.
Items to choose from.
OptionalmaxMaximum number of items visible at once. When the filtered list exceeds this, a "N more" indicator is shown.
OptionalonCalled when the select loses focus.
OptionalonCalled when the select receives focus.
OptionalonCalled on key events that bubble up to the Select.
Return false to keep bubbling to ancestors.
Called when the user selects an item (Enter or click).
The selected item's value.
OptionalplaceholderPlaceholder text shown when the search query is empty.
OptionalwidthFixed width in cells or percentage.
Background color (fills the container rect).