Example of Chip Customization in ASP.NET Core MultiSelect Dropdown Control
This sample demonstrates the customization of selected chip element in the MultiSelect. Type a character in the MultiSelect element or click on the element to choose one or more items from the list.
DEMO
SOURCE
Chip Customization
The MultiSelect allows the user to customize the selected chip element through the tagging
event.
In that event, you can set the custom classes to chip element via the event argument of the setClass
method.
This sample illustrates how to use the favorite colors of data and set the favorite color text as custom class through tagging
event argument of the setClass
method.