Loading...

Bootstrap Tags
refresh fullscreen close

Markup

Just add data-role="tagsinput" to your input field to automatically change it to a tags input field.

Bootstrap Tags
refresh fullscreen close

Typeahead

Typeahead is not included in Bootstrap 3, so you'll have to include your own typeahead library. I'd recommed typeahead.js. An example of using this is shown below.

Bootstrap Tags
refresh fullscreen close

Categorizing tags

You can set a fixed css class for your tags, or determine dynamically by providing a custom function.

Bootstrap Tags
refresh fullscreen close

True multi value

Use a <select multiple /> as your input element for a tags input, to gain true multivalue support. Instead of a comma separated string, the values will be set in an array. Existing <option /> elements will automatically be set as tags. This makes it also possible to create tags containing a comma.

Bootstrap Tags
refresh fullscreen close

Objects as tags

Instead of just adding strings as tags, bind objects to your tags. This makes it possible to set id values in your input field's value, instead of just the tag's text.