jquery-tokeninput
jquery-tokeninput copied to clipboard
jQuery plugin which allows your users to select multiple items from a predefined list
This completes the work for #140
Relates to #263
I have a scenario where I require the search term that the user has entered, this requires a new accessor method!
deselecting previously selected items resolves the bug described and solved in issue https://github.com/loopj/jquery-tokeninput/issues/430 by @corneliuskopp and https://github.com/loopj/jquery-tokeninput/pull/512 by @meelash
Previously, free tagging created the object: `{ id: "token", name: "token"}` Now, users can configure a default value for the **id** field when working with free tagged tokens, with `.tokenInput(data,...
Added simple setData method to with items parameter
This addition only changes the way how tonkeninput get the parameters from url, allowing him to process arrays, and not the last element of the array, which was the way...
is set and limit is reached.
- Remove onFreeTaggingAdd - Add new callback function "onBeforeAdd" onBeforeAdd can change the default format of all value Example for onBeforeAdd if new a token add prefix on hidden value...