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
Keyboard navigation between dropdown-items (arrow up/down) does not work when the dropdown is inside a datagrid.
Datagrid elements are focused instead.
You put a component with arrow key navigation inside another component with arrow key navigation. This is difficult to manage in code and is confusing to users as well as assistive technology. We would recommend finding a more concise UX that does not nest these components.
Describe the bug
Keyboard navigation between dropdown-items (arrow up/down) does not work when the dropdown is inside a datagrid.
Datagrid elements are focused instead.
How to reproduce
https://stackblitz.com/edit/clarity-15-broken-dropdown-keyboard-nav-vmjztp
Steps to reproduce the behavior:
Expected behavior
The arrow keys should switch around between the dropdown menu items
Versions
Clarity version:
Framework version:
Angular 15
Device:
Reproducible on chrome with Angular 15
Additional notes
Workaround directive:
https://stackblitz.com/edit/clarity-15-broken-dropdown-keyboard-nav-workaround
The text was updated successfully, but these errors were encountered: