Rezi
Preparing search index...
core/src
SelectProps
Type Alias SelectProps
SelectProps
:
Readonly
<
{
accessibleLabel
?:
string
;
disabled
?:
boolean
;
dsSize
?:
WidgetSize
;
dsTone
?:
WidgetTone
;
dsVariant
?:
WidgetVariant
;
focusable
?:
boolean
;
focusConfig
?:
FocusConfig
;
id
:
string
;
key
?:
string
;
onChange
?:
(
value
:
string
)
=>
void
;
options
:
readonly
SelectOption
[]
;
placeholder
?:
string
;
value
:
string
;
}
,
>
Props for select dropdown widget.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Props for select dropdown widget.