Data Binding
Allows you to bind your own data.
The Kendo UI for Vue ChipList has textField
and valueField
props which you can set. The default value of the textField
is equal to text
and the default value of the valueField
is set to value
. This values represent the keys in key-value pairs of the data
or defaultData
object which is given to the ChipList component. You can use different key-value pairs to represent the text
and value
pair into your data object. The below example represents the behavior.