Official:
https://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/
HTML
1 |
<input type="text" class="form-control" name="nickname" data-role="tagsinput"> |
JS
1 |
$e.tagsinput('add', 'tag1,tag2'); |
Official:
https://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/
HTML
1 |
<input type="text" class="form-control" name="nickname" data-role="tagsinput"> |
JS
1 |
$e.tagsinput('add', 'tag1,tag2'); |