MultiSelectTreeProps
Represents the props of the Kendo UI for Vue MultiSelectTree component.
Name | Type | Default | Description |
---|---|---|---|
accessKey? |
|
Specifies the | |
adaptive? |
|
Provides different rendering of the popup element based on the screen dimensions. | |
adaptiveTitle? |
|
Specifies the text that is rendered as title in the adaptive popup. | |
ariaDescribedBy? |
|
Identifies the element(s) which will describe the component, similar to HTML aria-describedby attribute. For example these elements could contain error or hint message. | |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. | |
checkField? |
|
Specifies the name of the field which will provide a Boolean representation of the checked state of the item. | |
checkIndeterminateField? |
|
Specifies the name of the field which will provide a Boolean representation of the checked indeterminaet state of the item. | |
className? |
|
Sets additional classes to the MultiSelectTree. | |
dataItemKey |
|
Sets the key for comparing the data items of the MultiSelectTree (see example).
If | |
dataItems? |
|
Sets the data of the MultiSelectTree (see example). | |
dir? |
|
Represents the | |
disabled? |
|
Sets the disabled state of the MultiSelectTree. | |
expandField? |
|
Specifies the name of the field which will provide a Boolean representation of the expanded state of the item. | |
fillMode? |
|
|
Configures the The available options are:
|
filter? |
|
Sets the value of filtering input. Useful for making the filtering input a controlled component. | |
filterable? |
|
Enables the filtering functionality of the MultiSelectTree (more information and examples). | |
footer? |
| ||
header? |
| ||
id? |
|
Specifies the id of the component. | |
item? |
|
Defines the component that will be used for rendering each of the MultiSelectTree items (see example). | |
label? |
|
Renders a floating label for the MultiSelectTree. | |
listNoData? |
|
Defines the component that will be rendered in the MultiSelectTree popup when no data is available (see example). | |
loading? |
|
Sets the loading state of the MultiSelectTree (see example). | |
modelValue? |
|
Sets the modelValue of the MultiSelectTree. It can either be an array of the primitive (string, numbers) or of the complex (objects) type. | |
name? |
|
Specifies the | |
onBlur? |
|
Fires each time the MultiSelectTree gets blurred. | |
onChange? |
|
Fires each time the value of the MultiSelectTree is about to change (see examples). | |
onClose? |
|
Fires each time the popup of the MultiSelectTree is about to close. | |
onExpandChange? |
|
Fires when the expanding or collapsing of an item is requested (see examples). | |
onFilterChange? |
|
Fires each time the user types in the filter input (see example). You can filter the source based on the passed filtration value. | |
onFocus? |
|
Fires each time the user focuses the MultiSelectTree. | |
onOpen? |
|
Fires each time the popup of the MultiSelectTree is about to open. | |
opened? |
|
Sets the opened state of the MultiSelectTree. | |
placeholder? |
|
The hint that is displayed when the MultiSelectTree is empty. | |
popupSettings? |
|
Configures the popup of the MultiSelectTree. | |
required? |
|
Specifies if | |
rounded? |
|
|
Configures the The available options are:
|
size? |
|
|
Configures the The available options are:
|
subItemsField? |
|
Specifies the name of the field which will provide an array representation of the item subitems. Defaults to 'items'. | |
tabIndex? |
|
Specifies the | |
tag? |
| ||
tags? |
|
Sets the tags of the MultiSelect (see example). | |
textField |
|
Sets the data item field that represents the item text (see example). | |
valid? |
|
Overrides the validity state of the component.
If | |
validationMessage? |
|
Specifies the validationMessage of the component. | |
validityStyles? |
|
If set to | |
value? |
|
Sets the value of the MultiSelectTree. It can either be an array of the primitive (string, numbers) or of the complex (objects) type. | |
valueMap? |
|
Represents a callback function, which returns the value for submitting. The returned value will be rendered in an
|