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

Sometimes earlier-fired Ajax requests stomp over later-fired requests because they happen to have completed and returned later. This patch fixes that.

This patch adds placeholder text support that only appears when no tokens are present.

sometimes it makes sense to restrict the size of the tokens, this pull request add an option for maximum token size

If allowBackEditing is disabled, then the user cannot use arrow keys to navigate before the last token.

I think that it's useful to have an option to disable this feature. I added 'resizeInput' field to settings. It solves the problem here http://stackoverflow.com/questions/11249513/jquery-tokeninput-cuts-defaultvalue-after-14-characters/11605828#11605828 Thanks for the great plugin...

it would be great to be able to have a callback for beforeCall to be able to do thing before request is sent to the server

We've added a `localDataMatcher` setting to allow for custom logic when matching with local data. We need to a case sensitive search so we extracted the matching logic into it's...

If you have values with special chars like '(' or '+', the regex functions either fail to highlight the correct part of the values or break the dropdown list completely....

Curious if you agree that removing the need for hidden state (in particular saved_tokens/selected_token_index) might be a good direction for jquery-tokeninput. My motivations were: - Fix https://github.com/loopj/jquery-tokeninput/issues/303 - Make the...

Allows the call back access to the query value. I use it to add the query's value to the results for a "new" token.