/tag-list-builder

Bootstrap form control add-on to create a list of tags

Primary LanguageJavaScript

Bootstrap TagListBuilder

Inspired by thebigtank's "tags builder with jquery" tutorial.

Dependencies:

  1. Bootstrap 5.x (5.2.3)
  2. jQuery 3.x (3.6.3)
  3. Font-Awesome 6.x (6.3.0)
  4. HTML5 Sortable v0.13.x (0.13.3)
  5. BootboxJS 6.x (6.0.0)
  6. jQuery Typeahead Search** (2.11.0)

** The jQuery Typeaahead Search library is only required if using the Typeahead option

View the Demo page.

Warning: This is a work in progress.

Options:

  • Autocomplete/TypeAhead
    • Requires:
      • Additional HTML around the form-control input
      • jQuery Typeaahead Search js library
      • Additional JS/Ajax data call (see tag-list-builder-typeahead.js)