I need an autocomplete with a dropdown with results categorised like in HTML select - optgroup with keyboard navigation.
I tried to implement a wicket Select component with groups based on this: Separator in a Wicket DropDownChoice with a textfield for search, but can't jump to select with "Arrow down".
Any other ideas?