Open allanlasser opened 1 month ago
A common pro-user request is for keyboard shortcuts to make navigating the UI faster. Keyboard navigation will also improve accessibility.
We already use keyboard navigations in Dropdowns, although our approach can be improved. @eyeseast on PR #776:
At some point we should move these events out of lifecycle and into event handlers, but that doesn't have to happen in this PR.
Successfully adding keyboard navigation will include:
Since keyboard handlers will be attached to the document, they should be designed for global scope.
A common pro-user request is for keyboard shortcuts to make navigating the UI faster. Keyboard navigation will also improve accessibility.
We already use keyboard navigations in Dropdowns, although our approach can be improved. @eyeseast on PR #776:
Successfully adding keyboard navigation will include:
Since keyboard handlers will be attached to the document, they should be designed for global scope.