Options for a select input.
Extends#
Properties#
| Property | Type | Description | Overrides | Inherited from |
|---|---|---|---|---|
inputLabelPosition? | "top" | "left" | - | - |
value | SelectValue | - | - | InputOptions.value |
setValue | (value) => void | - | - | InputOptions.setValue |
icon? | CustomIcon | - | - | - |
inputLabel? | string | string[] | - | InputOptions.inputLabel |
tooltip? | string | string[] | - | - |
isDisabled? | boolean | - | InputOptions.isDisabled | - |
isLoading? | boolean | - | - | - |
loadingProgress? | number | - | - | - |
suffix? | Suffix | - | InputOptions.suffix | - |
values | SelectValue[] | - | - | - |
searchable? | boolean | When true, adds a search input that filters the dropdown options by label. | - | - |
searchPlaceholder? | string | string[] | Placeholder text for the search input. Only used when searchable is true. | - |