TextboxList 0.3 and jQuery version out!
Moo TextboxList 0.3 changes:
- HTML for bits not showing properly fixed
highlightSelectornot working (due to a typo) fixedGrowingInputmissing pad function added (only affected if you customized growing.mini option)- Improved clicking the whole widget behavior
- Other tiny enhancements / cleanup
Secondly, in the best interest of the JavaScript community, I’ve ported TextboxList to jQuery. The API changes slightly due to the different OOP approach, but all the functionality is intact. Head to jQuery TextboxList project page for more.
Update: 0.2 is out for jQuery. Bugs in autocompleter and IE have been addressed.
Displaying only a subset of the comments. Click here to display all comments.
One Probelem for me ist that ALL values for autocomplete must be loaded with ajax on document.ready. Is it possible to call the ajax-json everytime the user enter or remove a character, maybe with timeouts? Just like other autocomplets work. If i have a very huge list of values its not practical to load all values at the start.