[AutoComplete] keyboard switches focus to background element when arrow keys #4382
Labels
accessibility
a11y
component: autocomplete
This is the name of the generic UI component, not the React module!
Problem description
I have an autocomplete field inside a form in a dialog and I can use tab to switch between elements. However, when I use the arrow keys to select an item, the focus switches to background elements in the page.
Steps to reproduce
Create this structure
> Use arrow keys with the autocomplete, space to select and see where focus switches. ### Versions - Material-UI: 0.15.0 - React: 15.1.0 - Browser: chrome, 50.0.2661.102The text was updated successfully, but these errors were encountered: