Search
Loading...
Skip to content

Interface: SelectOptions

Represents options for a select input.

The SelectOptions interface provides a set of properties that control the behavior and appearance of a select input. These options include settings for the input label, input label position, value, value setter, disabled state, icon, tooltip, loading state, loading progress, suffix, and values.

Extends#

Properties#

PropertyTypeOverridesInherited from
icon?CustomIcon--
inputLabel?stringstring[]InputOptions.inputLabel
tooltip?stringstring[]-
isDisabled?booleanInputOptions.isDisabled-
isLoading?boolean--
loadingProgress?number--
suffix?Partial<Omit<ButtonOptions, "label""inputLabel""inputLabelPosition"
valuesSelectValue[]--
inputLabelPosition?"top""left"-
valueSelectValue-InputOptions.value
setValue(value) => void-InputOptions.setValue