This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a change to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git
from e7d049b6df Fix tab glitch when tabing from and to an autocomplete
field, which resulted in a dropdown that didn't open on first character when
returning to the field (#1039)
new c05d4b8f70 Added ability to prevent autocomplete to move focus to the
next component when selecting an item using the tab key in the autocomplete list
new d227133b22 Fix jshint issues
new fc290a0aff Change the solution to use an enum to make the code clearer
and make it easier to add more behaviours later
new d0c8035fd2 Renamed the TabBehavior to KeyTabBehavior
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../autocomplete/AbstractAutoCompleteBehavior.java | 2 +
.../html/autocomplete/AutoCompleteSettings.java | 54 ++++++++++++++++++++++
.../html/autocomplete/wicket-autocomplete.js | 9 +++-
3 files changed, 64 insertions(+), 1 deletion(-)