Hi, There was a regression in autocompleter in Wicket 6.11. It is fixed in wicket-6.x branch and will be part of 6.12.
wicket-extensions .js files do need some love. Any patches to improve them ( e.g.by using JQuery) would be welcome! On Mon, Oct 28, 2013 at 11:02 AM, Rob Audenaerde <[email protected]>wrote: > Hi all, > > I have (had) issues with the AutocompleteTextField. It causes bugs like > WICKET-4084, with seems to be related to the positioning approach that is > taken. It seems to use it's own custom JavaScript code, instead of being > migrated to JQuery. > > I am currently unaware of alternative implementation that use Jquery. I > know the select2-wicket, but that does not exactly fit my purpose. > > So I decided to code up a (start of) JQAutocompleteBehavior, that uses the > jquery-ui. I'd appreciate feedback on it, to make it better for everyone. > Or, if there is a better alternative already, can anyone point me to it? > > This github-repo: https://github.com/RobAu/wicket-jq-autocomplete/ > > Thanks in advance! > > -Rob >
