Multiselect input
<k-multiselect-input>
This UI component hasn't been finalized yet. The functionality and syntax aren't stable and might be redone in an upcoming release. Only use it at your own risk - breaking changes are likely to occur.
Props
Prop | Type | Default | Description |
---|---|---|---|
disabled |
boolean |
– |
|
id |
number |string |
function() { return this._uid; } |
|
layout |
string |
– |
|
max |
number |
– |
|
min |
number |
– |
|
options |
array |
[] |
|
required |
boolean |
– |
|
search |
object |boolean |
– |
|
separator |
string |
"," |
|
sort |
boolean |
– |
|
value |
array |
[] |
|
Events
Event | Description | Passes |
---|---|---|
input |
|
– |
invalid |
|
|
CSS classes
.k-multiselect-input