keyboard_double_arrow_left
Tagify.
Tagify Transforms an input field or a textarea into a Tags component, in an easy, customizable way, with great performance and small code footprint, exploded with features. Click here
Basic Tagify
Passing the input element as a parameter to Tagify will transform it into a tags-component. Without any settings, the user will be allowed to create any tags they want, without a count limit.
<input class="form-control basic-tagify" name='basic' value='tag1, tag2' autofocus>