2017 © Pedro Peláez
 

library bootstrap-tagsinput

bootstrap-tagsinput for packagist

image

carolynsymonds/bootstrap-tagsinput

bootstrap-tagsinput for packagist

  • Tuesday, May 15, 2018
  • by Carolynsymonds
  • Repository
  • 0 Watchers
  • 0 Stars
  • 159 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 918 Forks
  • 0 Open issues
  • 2 Versions
  • 1345 % Grown

The README.md

Bootstrap Tags Input Build Status

Bootstrap Tags Input is a jQuery plugin providing a Twitter Bootstrap user interface for managing tags., (*1)

Current stable version: v0.8.0, (*2)

Usage

Examples can be found here., (*3)

Features

  • Objects as tags
  • True multi value
  • Typeahead
  • Designed for Bootstrap 2.3.2 and 3

Objects as tags

Not just support for using strings! This means you can use different values for a tag's label and value. Each tag also holds a reference to the object by which it was created, so by calling tagsinput('items') an array of the original items is returned., (*4)

True multi value support

Other implementations just concatenate the values to a comma separated string. This results in val() returning just this string, and when submitting the form, only one big, concatenated value is sent in the request., (*5)

Bootstrap Tags Input provides true multivalue support. Just use a <select multiple /> as your input element, and val() will return an array of the tag values. When submitting the form, an array of values will be sent with the request., (*6)

Typeahead support

Integrates with Twitter Bootstraps' 2.3.2 typeahead, or use custom typeahead when using Bootstrap 3., (*7)

Development

Install dependencies:, (*8)

npm install
grunt install

Test:, (*9)

grunt test

Build:, (*10)

grunt build

Current Library Versions:, (*11)

  • Bootstrap: 3.3.5
  • jQuery: 2.1.4
  • Typeahead: 0.11.1

Libraries for testing go in the /lib directory., (*12)

History

License

This project is licensed under MIT., (*13)

The Versions

15/05 2018

dev-master

9999999-dev

bootstrap-tagsinput for packagist

  Sources   Download

The Requires

  • php >=5.3.0

 

15/05 2018

0.9.1

0.9.1.0

bootstrap-tagsinput for packagist

  Sources   Download

The Requires

  • php >=5.3.0