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
