TagsInput

Modernize an add interaction on input of tags type

Colors No
Sizes No
Javascript Yes
Variables No

This extension is based on the wonderful Tags Input implementation by developit.
<input class="input" type="tags" placeholder="Add Tag" value="Tag1,Tag2,Tag3">

You don't have to write any JavaScript code. Just set the input element attribute type="tags" and see the magic happens.


Javascript

The extension comes with a JavaScript implementation to manage input tags type. Don't forget to include it in your project.

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/bulma-tagsinput@2.0.0/dist/js/bulma-tagsinput.min.js">
</script>

To activate the input elements, run the attachcommand.

bulmaTagsinput.attach();