@cavell/kit API
Guide
Components
Preparing search index...
SelectProps
Interface SelectProps
interface
SelectProps
{
ariaLabel
?:
string
;
disabled
?:
boolean
;
onChange
:
(
value
:
string
)
=>
void
;
options
:
SelectOption
[]
;
placeholder
?:
string
;
value
:
string
;
}
Index
Properties
aria
Label?
disabled?
on
Change
options
placeholder?
value
Properties
Optional
aria
Label
ariaLabel
?:
string
ARIA label when no visible
is associated.
Optional
disabled
disabled
?:
boolean
on
Change
onChange
:
(
value
:
string
)
=>
void
options
options
:
SelectOption
[]
Optional
placeholder
placeholder
?:
string
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aria
Label
disabled
on
Change
options
placeholder
value
Guide
Components
@cavell/kit API
Loading...
ARIA label when no visible