textalive-react-api - v0.4.12
Preparing search index...
SelectDropdownProps
Interface SelectDropdownProps
interface
SelectDropdownProps
{
description
?:
ReactNode
;
disabled
?:
boolean
;
label
?:
ReactNode
;
options
:
SelectOption
[]
;
value
:
any
;
onValueChange
?
(
value
:
any
)
:
void
;
}
Index
Properties
description?
disabled?
label?
options
value
Methods
on
Value
Change?
Properties
Optional
description
description
?:
ReactNode
Optional
disabled
disabled
?:
boolean
Optional
label
label
?:
ReactNode
options
options
:
SelectOption
[]
value
value
:
any
Methods
Optional
on
Value
Change
onValueChange
?
(
value
:
any
)
:
void
Parameters
value
:
any
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
description
disabled
label
options
value
Methods
on
Value
Change
textalive-react-api - v0.4.12
Loading...