Skip to main content

Interface: SelectProps<T>

Defined in: components/Select/Select.tsx:84

Props for the Select component.

Extends

  • Omit<RACSelectProps<T>, "style" | "children">

Type Parameters

Type ParameterDefault type
T extends objectobject

Properties

children?

optional children?: any

Defined in: components/Select/Select.tsx:100

SelectItem children rendered inside the dropdown ListBox.


label?

optional label?: any

Defined in: components/Select/Select.tsx:89

Label displayed above the trigger button.


placeholder?

optional placeholder?: 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