Search
Preparing search index...
The search index is not available
zent
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
zent
ISelectMultiProps
Interface ISelectMultiProps<Key, Item>
Type parameters
Key
:
string
|
number
=
string
|
number
Item
:
ISelectItem
<
Key
>
=
ISelectItem
<
Key
>
Hierarchy
ISelectCommonProps
<
Key
,
Item
>
ISelectMultiProps
Index
Properties
class
Name
clearable
collapsable
collapse
At
creatable
disable
Search
disabled
filter
hide
Collapse
Pop
inline
keyword
loading
multiple
not
Found
Content
open
options
placeholder
popup
Width
size
value
width
Methods
highlight
is
Equal
is
Valid
New
Option
on
Change
on
Create
on
Keyword
Change
on
Open
Change
render
Collapsed
Content
render
Option
Content
render
Option
List
render
Tag
List
render
Value
Properties
Optional
class
Name
class
Name
:
string
Optional
clearable
clearable
:
boolean
Optional
collapsable
collapsable
:
boolean
Optional
collapse
At
collapse
At
:
number
Optional
creatable
creatable
:
boolean
Optional
disable
Search
disable
Search
:
boolean
Optional
disabled
disabled
:
boolean
Optional
filter
filter
:
false
|
(
(
keyword
:
string
, item
:
Item
)
=>
boolean
)
Optional
hide
Collapse
Pop
hide
Collapse
Pop
:
boolean
Optional
inline
inline
:
boolean
Optional
keyword
keyword
:
string
Optional
loading
loading
:
boolean
multiple
multiple
:
true
Optional
not
Found
Content
not
Found
Content
:
string
Optional
open
open
:
boolean
options
options
:
Item
[]
Optional
placeholder
placeholder
:
string
Optional
popup
Width
popup
Width
:
Width
<
string
|
number
>
Optional
size
size
:
ISelectSize
Optional
value
value
:
Item
[]
Optional
width
width
:
Width
<
string
|
number
>
Methods
Optional
highlight
highlight
(
keyword
:
string
, item
:
Item
)
:
Item
Parameters
keyword:
string
item:
Item
Returns
Item
Optional
is
Equal
is
Equal
(
a
:
Item
, b
:
Item
)
:
boolean
Parameters
a:
Item
b:
Item
Returns
boolean
Optional
is
Valid
New
Option
is
Valid
New
Option
(
keyword
:
string
, options
:
Item
[]
)
:
boolean
Parameters
keyword:
string
options:
Item
[]
Returns
boolean
Optional
on
Change
on
Change
(
value
:
Item
[]
)
:
void
Parameters
value:
Item
[]
Returns
void
Optional
on
Create
on
Create
(
text
:
string
)
:
Promise
<
void
>
Parameters
text:
string
Returns
Promise
<
void
>
Optional
on
Keyword
Change
on
Keyword
Change
(
keyword
:
string
, meta
:
ISelectKeywordChangeMeta
)
:
void
Parameters
keyword:
string
meta:
ISelectKeywordChangeMeta
Returns
void
Optional
on
Open
Change
on
Open
Change
(
open
:
boolean
)
:
void
Parameters
open:
boolean
Returns
void
Optional
render
Collapsed
Content
render
Collapsed
Content
(
collapsedValue
:
Item
[]
)
:
ReactNode
Parameters
collapsedValue:
Item
[]
Returns
ReactNode
Optional
render
Option
Content
render
Option
Content
(
value
:
Item
)
:
ReactNode
Parameters
value:
Item
Returns
ReactNode
Optional
render
Option
List
render
Option
List
(
options
:
Item
[]
, renderOption
:
IOptionRenderer
<
Key
,
Item
>
)
:
ReactNode
Parameters
options:
Item
[]
renderOption:
IOptionRenderer
<
Key
,
Item
>
Returns
ReactNode
Optional
render
Tag
List
render
Tag
List
(
props
:
ISelectTagListProps
<
Key
,
Item
>
)
:
ReactNode
Parameters
props:
ISelectTagListProps
<
Key
,
Item
>
Returns
ReactNode
Optional
render
Value
render
Value
(
value
:
Item
)
:
ReactNode
Parameters
value:
Item
Returns
ReactNode
Exports
ISelect
Multi
Props
class
Name
clearable
collapsable
collapse
At
creatable
disable
Search
disabled
filter
hide
Collapse
Pop
inline
keyword
loading
multiple
not
Found
Content
open
options
placeholder
popup
Width
size
value
width
highlight
is
Equal
is
Valid
New
Option
on
Change
on
Create
on
Keyword
Change
on
Open
Change
render
Collapsed
Content
render
Option
Content
render
Option
List
render
Tag
List
render
Value
Generated using
TypeDoc