Minimal Pure JavaScript Tags Input Library – tagifyJS

Category: Form , Javascript | March 5, 2016
Authorruffin--
Last UpdateMarch 5, 2016
LicenseMIT
Views2,526 views
Minimal Pure JavaScript Tags Input Library – tagifyJS

tagifyJS is a lightweight, standalone JavaScript library that turns text separated by comma into removable tags/tokens. With support for duplicate detection.

How to use it:

Download and add the tagify JavaScript library into your html page.

<script src="tagify.js"></script>

Create an input field with pre-defined tags.

<input class="tagify-me" type="text" value="CSS, JavaScript">

Initialize the tags input and we’re done.

tagifyJS();

You Might Be Interested In:


Leave a Reply