Tags

Documentation and examples of how to use Tags on form inputs for managing tags, labels and more.


Usage

JS

In order to use this plugin on your page you will need to include the following script in the “Page JS” area from the page’s footer:

<script src="../../assets/libs/bootstrap-tagsinput/dist/bootstrap-tagsinput.min.js"></script>

Initialization

Add the data-toggle="tags" attribute in order to activate the tags on the specified input.

Basic

<input type="text" class="form-control" value="HTML, CSS3, Bootstrap, Photoshop, VueJS" data-toggle="tags" placeholder="Type here" />