Simple tag input for Bootstrap
Enter a comma-separated list of tags.
Set placeholder using data-placeholder
attribute.
Set separator using data-separator
attribute.
Example tags using 'space' separator.
Add data-duplicate="true"
to remove duplicates validation.
Sometimes we need to transform tags.
Example transform using toUpperCase
.
Add data-enter="true"
to force add tag when enter key is pressed.
Supports bootstrap custom validation styles.