Search Docs
Loading...
Skip to content

Interface: SelectOptions

Options for a select input.

Extends#

Properties#

PropertyTypeDescriptionOverridesInherited from
inputLabelPosition?"top""left"--
valueSelectValue--InputOptions.value
setValue(value) => void--InputOptions.setValue
icon?CustomIcon---
inputLabel?stringstring[]-InputOptions.inputLabel
tooltip?stringstring[]--
isDisabled?boolean-InputOptions.isDisabled-
isLoading?boolean---
loadingProgress?number---
suffix?Suffix-InputOptions.suffix-
valuesSelectValue[]---
searchable?booleanWhen true, adds a search input that filters the dropdown options by label.--
searchPlaceholder?stringstring[]Placeholder text for the search input. Only used when searchable is true.-