Interface: SelectProps<T>
Defined in: components/Select/Select.tsx:84
Props for the Select component.
Extends
Omit<RACSelectProps<T>,"style"|"children">
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends object | object |
Properties
children?
optionalchildren?:any
Defined in: components/Select/Select.tsx:100
SelectItem children rendered inside the dropdown ListBox.
label?
optionallabel?:any
Defined in: components/Select/Select.tsx:89
Label displayed above the trigger button.
placeholder?
optionalplaceholder?:string
Defined in: components/Select/Select.tsx:98
Placeholder shown in the trigger when no value is selected.
Ships a documented English fallback ('Select…') — the placeholder is
supplementary hint text, not a flow-critical label (CONTRIBUTING §6 /
ADR-001). Localized hosts should still supply their own copy.
Default
'Select…'
Overrides
Omit.placeholder