Guaxu Docs
Preparing search index...
guaxu-react
SelectProps
Interface SelectProps
interface
SelectProps
{
errorMessage
?:
string
;
isDisabled
?:
boolean
;
isInvalid
?:
boolean
;
isRequired
?:
boolean
;
label
:
string
;
name
?:
string
;
options
:
OptionsProps
[]
;
placeholder
?:
string
;
setValue
:
(
value
:
Key
|
null
)
=>
void
;
value
:
Key
|
null
;
}
Index
Properties
error
Message?
is
Disabled?
is
Invalid?
is
Required?
label
name?
options
placeholder?
set
Value
value
Properties
Optional
error
Message
errorMessage
?:
string
Optional
is
Disabled
isDisabled
?:
boolean
Optional
is
Invalid
isInvalid
?:
boolean
Optional
is
Required
isRequired
?:
boolean
label
label
:
string
Optional
name
name
?:
string
options
options
:
OptionsProps
[]
Optional
placeholder
placeholder
?:
string
set
Value
setValue
:
(
value
:
Key
|
null
)
=>
void
value
value
:
Key
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
Message
is
Disabled
is
Invalid
is
Required
label
name
options
placeholder
set
Value
value
Guaxu Docs
Loading...