jquery-tokeninput
jquery-tokeninput copied to clipboard
jQuery plugin which allows your users to select multiple items from a predefined list
Use outerWidth and outerHeight for dropdown positioning: takes padding and border styling into account. allowTabOut was allowing ENTER to submit the form in certain circumstances.
This applies to situation when settings.minChars is set to 0
Designed to reuse the cached results of a previous search where that search had a broader query than the current query. When reuseLargerResult is set to "true" and the current...
If free tagging was allowed and you would write something and click away from the field the data would be cleared.
fix: adding new freetag generates an error because $(selected_dropdown_item).data("tokeninput") is undefined.
In some case is better stopping the free tagging feature and wait for the search results. This can prevent some wrong or duplicate user values so I've introduced the allowFreeTaggingDuringSearch...
I've made a couple of modifications to public methods so that it is easier to work with client-side data set. Particularly I need "changeLocalData" method to be able to use...
I."Real" free tagging When I used the free tagging function, I tried to add a new value that doesn't exist in the database, and found that if I wanted to...
Hi, I've added two pieces of functionality into this plugin that I'd like to contribute as i liked this plugin when using it. the first is the ability to export...
When the user hits TAB and nothing is selected, the focus should move to the next focusable element. Currently, once you are in the field you have to mouse click...