jquery-tokeninput
jquery-tokeninput copied to clipboard
jQuery plugin which allows your users to select multiple items from a predefined list
on focus the panel containing the hint will not show.
$.tokeninput will now expect an object for the prefix method. I added the functionality for a prefix method. Now a user can put a symbol before a word and that...
Test case: 1. Configure tokenInput to get results remotely. 2. Start typing and press [Enter] before the results come back -> you end up with "No Results" showing in the...
Has `selected_dropdown_item` always
When using `LocalData`, allows users to view a list, in no case input 
- Fix: `onReady` without `tokenInputObject` data - Add: `$` method for geting object's elements
Custom dropdown style by using `dropdownStyle` It is useful for seting `dropdown`'s `position`
- Keep `placeholder` attr always - Fix `input_box` min width by using `placeholder` attr always
Give the focus to input for deleting the selected token
The dropdown still displays when all text is cut from the input box (CTRL+A, CTRL+X) so, for some data sources, the 'searching' text then displays indefinitely. This change removes the...