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