Hex Core JS
Preparing search index...
Forms
MultiSelectFieldInputProps
Type Alias MultiSelectFieldInputProps<T>
MultiSelectFieldInputProps
:
{
autoFocus
?:
boolean
;
disabled
?:
boolean
;
id
?:
string
;
invalid
?:
boolean
;
isLoading
?:
boolean
;
name
?:
string
;
onBlur
?:
()
=>
void
;
onFocus
?:
()
=>
void
;
options
:
MultiSelectInputOption
<
T
>
[]
;
placeholder
?:
string
;
selectedOptionClassName
?:
string
;
setValue
:
(
value
:
T
[]
)
=>
void
;
sideEffect
?:
(
v
:
T
[]
)
=>
void
;
value
:
T
[]
;
}
&
Pick
<
SearchDropDownProps
<
T
>
,
|
"displayOption"
|
"openSide"
|
"pageSize"
|
"footerElement"
|
"inline"
|
"inputClassName"
|
"dropDownClassName"
|
"optionClassName"
,
>
&
Partial
<
ClassNameProps
>
Type Parameters
T
extends
MultiSelectFieldInstanceValue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Hex Core JS
Loading...