Data Binding

Allows you to bind your own data.

The KendoReact 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 od 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.

Example
View Source
Change Theme:

In this article

Not finding the help you need?