TAGPLUG is a javascript plugin for making tag input.
Use the package manager npm to install tagplug.
npm i tagplug
<input type="text" id="tag-input1">
var tagInput1 = new TagsInput({
selector: 'tag-input1',
duplicate : false,
max : 10
});
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.