You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Autocomplete list (when in JS is enabled), can't be navigated via keyboard buttons
The Autocomplete list when it's open/expanded (when in JS is enabled), can't be collapsed when user clicks outside the component.
To Reproduce
Steps to reproduce the behavior:
Use the Autocomplete component in a React project and attempt to navigate the drop down list via keyboard keys or hide/collapse the drop down by clicking outside the component
Expected behavior
Autocomplete component to be accessible for keyboard users
Please follow the following instruction to create the new branch:
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Autocomplete component to be accessible for keyboard users
Please follow the following instruction to create the new branch:
git checkout release/0.6 git pull git checkout -b 'feature/autocomplete-accessible'
The text was updated successfully, but these errors were encountered: