Hi All,

I have an AutoCompleteTextField element that using the
AjaxFormComponentUpdatingBehavior( "onchange" ) allows me to pass the
selection made from the dropdown to a WebMarkupContainer.

Now the issue I have is that I need to pass more than an entry to that
WebMarkupContainer, but when I click on the first item of the autocomplete
list (or I type Enter) the dropdown disappers (which is the default
behaviour..).

Is there a way to hold the dropdown visible even if I've clicked on one of
the items?

In the wicket-autocomplete.js I saw that after the KEY_ENTER event
hideAutoComplete() is called. Is there a way to override that behaviour?


Thanks,
Antonio

Reply via email to