Preparing search index...
The search index is not available
@sheerid/jslib
@sheerid/jslib
InputSelectComponentProps
Interface InputSelectComponentProps<T>
interface
InputSelectComponentProps
<
T
>
{
disabled
?:
boolean
;
intl
?:
InjectedIntl
;
isErrored
?:
boolean
;
isRequired
?:
boolean
;
label
?:
string
|
Element
;
onChange
:
(
(
choice
)
=>
void
)
;
onKeyDown
?:
InputSelectOnKeyDown
;
options
:
FormSelectChoice
<
string
|
number
,
string
>
[]
;
placeholder
?:
string
;
suppressPlaceholder
?:
boolean
;
value
:
T
;
}
Type Parameters
T
=
any
Index
Properties
disabled?
intl?
is
Errored?
is
Required?
label?
on
Change
on
Key
Down?
options
placeholder?
suppress
Placeholder?
value
Properties
Optional
disabled
disabled
?:
boolean
Optional
intl
intl
?:
InjectedIntl
Optional
is
Errored
is
Errored
?:
boolean
Optional
is
Required
is
Required
?:
boolean
Optional
label
label
?:
string
|
Element
on
Change
on
Change
:
(
(
choice
)
=>
void
)
Type declaration
(
choice
)
:
void
Parameters
choice
:
T
Returns
void
Optional
on
Key
Down
on
Key
Down
?:
InputSelectOnKeyDown
options
options
:
FormSelectChoice
<
string
|
number
,
string
>
[]
Optional
placeholder
placeholder
?:
string
Optional
suppress
Placeholder
suppress
Placeholder
?:
boolean
value
value
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
disabled
intl
is
Errored
is
Required
label
on
Change
on
Key
Down
options
placeholder
suppress
Placeholder
value
@sheerid/jslib
Loading...