Just add ngModel
to your tag-input
field to automatically change it to a tags input field.
Just add identifyBy, displayBy
attribute to your tag-input
field.
Just add editable
attribute with true
value, to your tag-input
field. (doubble click on tag)
Just add maxItems, ripple
attribute to your tag-input
field. (doubble click on tag)
Just add errorMessages, validators
attribute to your tag-input
field.
Just add separatorKeyCodes
attribute with ket code
method to your tag-input
field.
Just add theme
attribute with bootstrap(default), danger, success, warning, dark
value to your tag-input
field.
Just add theme
attribute with minimal, minimal-danger, minimal-success, minimal-warning, minimal-dark
value to your tag-input
field.