Example of Default in ASP.NET MVC Chips Control
This sample demonstrates the default functionalities of Chips with different types and predefined styles. Click and interact with the chip to select single or multiple options from chips collection.
DEMO
SOURCE
Chips
Input Chips
Filter Chips
Choice Chips
Chip is a small block of essential information that triggers an event on click action. It may contain text, an image, or both. It is mostly used in contacts, mails, or filter tags.
In this sample, default, input, filter, and choice chips are demonstrated with their default functionalities.
- Input chip– Basic chip with delete icon enables to remove chips from the chip list collection.
- Choice chip – Used to choose a choice from available options.
- Filter chip – Used to select multiple choices from available options.