This story is not configured to handle controls. Learn how to add controls
| Name | Description | Default | Control |
|---|---|---|---|
| labelKey* | string | - | - |
| defaultValue | Value | - | - |
| description | ReactNode | - | - |
| errorMessage | string | - | - |
| fallbackLabel | you can show labels while async select options are loading. if options not loaded yet, provided value can't be shown. string | - | - |
| isDisabled | boolean | - | - |
| isLoading | boolean | - | - |
| items | Item<object>[] | - | - |
| label | string | - | - |
| matchWidth | boolean | - | - |
| onChange | (value: Value) => void | - | - |
| onSelect | (value: Value, item: any) => void | - | - |
| placeholder | string | - | - |
| popupCss | CSS | - | - |
| preserveLabelSpace | boolean | - | - |
| renderTrigger | (props: SelectTriggerProps) => ReactNode | - | - |
| status | "success""error""normal" | - | - |
| successMessage | string | - | - |
| value | Value | - | - |
No interactions found