Open lukejagodzinski opened 9 years ago
Also, you cannot navigate or make a selection via the keyboard once the menu is open. Expected behavior is that you can use tab or arrow keys and enter to make a selection. The dropdown seems to use arrow keys and does work if you tab inside it, but it does require that extra tab to navigate focus inside it and then be able to use the arrow keys, and that extra tab shouldn't be needed when the menu is open.
I have several fields in the form:
paper-input
andpaper-dropdown-menu
elements. I can navigatepaper-input
fields usingTAB
key but it's not true if it goes aboutpaper-dropdown-menu
element. At first it gets focus but after clickingSPACE
key to open menu andSPACE
key one more time to close it I'm no longer able to navigate through form elements usingTAB
key.