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

This feature allows you to add value in manual mode. For example: We need to send the message (or invited) to multiple email addresses. In our database we store users,...

Fixes for setting focus and showing suggestions from AJAX request

Bug fix. Now when minChars: 0 will show the full list of results

Fixing `Backspace will delete readonly tokens` https://github.com/loopj/jquery-tokeninput/issues/424 delete_token return false if token_data.readonly == true and the hidden_input.change() would only execute if delete_token return true.

These problems occurs with inline SVG elements containing foreignObjects due to the fact that these have a body as well and the selector "body" matches all of them. In result,...

Reference URL for issue - https://github.com/loopj/jquery-tokeninput/issues/797

Issues : - Autocorrect on iPad messes input - On Safari iPad, the <input> is not updated until keydown() has ended, despite setTimeout(), which causes do_search() to perform over the...

Commit messages say everything, I think it's a good idea to have two options for controlling the dropdown positioning (cursorDropdown makes tokeninput dropdown behave like the jquery.tagit one) and the...

Ignore exception when trying to focus on a disabled element using IE8