-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(Dropdown): allow keyboard navigation on nested dropdowns #217
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bb5bca4 - Browse repository at this point
Copy the full SHA bb5bca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21e2042 - Browse repository at this point
Copy the full SHA 21e2042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9acf017 - Browse repository at this point
Copy the full SHA 9acf017View commit details -
fix(Dropdown): allow keyboard navigation on nested dropdowns
Refactor nested dropdown to have the same keyboard shortcut of the main list Allow the opening of the nested dropdown with ArrowRight Allow the closing of the nested dropdown with ArrowLeft and Escape Set focus on nested dropdown trigger when closing the nested dropdown Manage the opening and closing of the nested dropdown with an internal listener instead of an external state Remove timeouts where possible refs: CDS-182 CDS-138 CDS-70
Configuration menu - View commit details
-
Copy full SHA for a224462 - Browse repository at this point
Copy the full SHA a224462View commit details -
fix(Button): set focus on primary button when grid is focused
Set tabindex to -1 to allow to external container to get focus programmatically only. When grid get focused, set the focus to the primary button.
Configuration menu - View commit details
-
Copy full SHA for 8d81a02 - Browse repository at this point
Copy the full SHA 8d81a02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0db4653 - Browse repository at this point
Copy the full SHA 0db4653View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3358e3c - Browse repository at this point
Copy the full SHA 3358e3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for db50d51 - Browse repository at this point
Copy the full SHA db50d51View commit details -
Merge branch 'devel' into CDS-183-Remove-the-sentinel-elements-white-…
…items-at-the-top-and-end-of-the-list-and-update-the-logic-of-the-keyboard-navigation-to-consider-the-first-and-last-elements-as-start-and-end-sentinels-for-the-keyboard-navigation
Configuration menu - View commit details
-
Copy full SHA for 7db6f1c - Browse repository at this point
Copy the full SHA 7db6f1cView commit details
Commits on Sep 20, 2023
-
Merge remote-tracking branch 'origin/devel' into CDS-183-Remove-the-s…
…entinel-elements-white-items-at-the-top-and-end-of-the-list-and-update-the-logic-of-the-keyboard-navigation-to-consider-the-first-and-last-elements-as-start-and-end-sentinels-for-the-keyboard-navigation
Configuration menu - View commit details
-
Copy full SHA for 7eca36e - Browse repository at this point
Copy the full SHA 7eca36eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 106bc42 - Browse repository at this point
Copy the full SHA 106bc42View commit details