TextboxList 0.4 for jQuery is here!
Big update for my dear jQuery users. I’m rolling out TextboxList for jQuery 0.4 with these updates:
- [FEATURE] Autocompletion with on-demand server querying
-
[ENHANCEMENT] All classes moved to $. to avoid global namespace pollution. Please make sure to prepend
$.to TextboxList if you are upgrading from an older version:new $.TextboxList('#element');
-
[FEATURE] Easier jQuery-friendly initialization like this:
$('#element').textboxlist({options});
However, if you still need to access the TextboxList instance to call additional methods (like
add), you’ll have to continue to usenew $.TextboxList - [BUGFIX]
GrowingInputnow works in noConflict mode - [BUGFIX] Fix for
GrowingInputto handle special characters and correctly calculate the input length. - [BUGFIX] Fix for support of multiple addKeys
- [BUGFIX] Fix for focus problem when TextboxList gains focus through focusing an editable input
- [BUGFIX] Autocomplete search term is now trimmed (thanks Mike Feng)
- [BUGFIX] Fix for when the max option is used
- [BUGFIX] Fix for unique = true and autocomplete.
As usual, head to the project page for download.