autocomplete
autocomplete copied to clipboard
add extra keyboard controls as per W3C recommendations for combobox
Add four extra keyboard controls for
-
Control + Home
(optional): moves focus to the first row. -
Control + End
(Optional): moves focus to the last row. -
Alt + Down Arrow
(Optional): If the popup is available but not displayed, displays the popup without moving focus. -
Alt + Up Arrow
(Optional): If the popup is displayed:- If the popup contains focus, returns focus to the combobox.
- Closes the popup.