jquery-tokeninput icon indicating copy to clipboard operation
jquery-tokeninput copied to clipboard

jQuery plugin which allows your users to select multiple items from a predefined list

Results 102 jquery-tokeninput issues
Sort by recently updated
recently updated
newest added

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 ![demo](https://cloud.githubusercontent.com/assets/3293588/5205621/bf19de0a-75d3-11e4-80bd-693f0cc15369.png)

- 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...