A simple angular library includes two chips controls
One day I was looking for a simple chips component to use in my project and what is better than starting to write my own then!?
- You can type a string value and press enter to add the item to chips. you can even add more than one item by splitting them using space.
- The control gives you items as a string array.
- The defined policy won't add the duplicate item.
- You can delete items by hovering and clicking on them.
- You can connect the control with form control to be a control in a form group with all form control features.
- You can choose between provided source items and add items to chips.
- You have to specify display and value for the provided source and the control gives you a ChipsItem array that includes all selected items.
- The defined policy won't add the duplicate item.
- You can delete items by hovering and clicking on them.
- You can connect the control with form control to be a control in a form group with all form control features.
This library was generated with Angular CLI version 11.0.9.