No commit activity in last 3 years
No release in over 3 years
A gem for adding the tokenizing plugin, Bootstrap Tokenfield to the rails asset pipeline
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
 Project Readme

Bootstrap Tokenfield Gem for Rails

This gem tokenizes your input field, allowing the user to input and manage multiple values into the input field effortlessly, by Icicle.

For more information on this gem visit Bootstrap Tokenfield Rails gem.

Installation

Add this line to your application's Gemfile:

gem 'bootstrap_tokenfield_rails'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install bootstrap_tokenfield_rails

Add this line to your application.js file

//= require bootstrap-tokenfield

Add this line to your application.css file

*= require bootstrap-tokenfield

Features

  • Copy & paste tokens with Ctrl+C and Ctrl+V
  • Keyboard navigation, delete tokens with keyboard (arrow keys, Shift + arrow keys)
  • Select specific tokens with Ctrl + click and Shift + click
  • Twitter Typeahead and jQuery UI Autocomplete support

Usage

Given an input field, add a class of your choice to it.

<input type="text" class="tokenize">

Then tokenize the input field as follows.

$('input.tokenize').tokenfield();

Check out the demo and docs.

Screenshot

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Contributors

Akash Devaraju

Ragulka

License

Available under the MIT License.

About Icicle Technologies

Icicle Technologies