jquery-tokeninput
jquery-tokeninput copied to clipboard
This is my own flavor of original Tokeninput jQuery plugin created by James Smith (http://loopj.com/).
Hi I've noticed that some tags get enclosed in single quotes. I couldn't identify a pattern though. Is this a bug that you're aware of or could it be that...
Your solution is working perfect, I'm so glad I found this. One problem is that one of my tags is "C++", this seems to break your regular expression pattern.
I'm thinking about making this a full fork. It feels like your features are far ahead of the official lib and they don't seem to be maintaining it. I would...
Hi, when enabling allowCustomEntry and parseName, searchColumns at the same time, on screen token for custom token is 'undefined' e.g. my options: allowCustomEntry: true, parseName: function(item) { return item.value },...