-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt handling of initial focus in
useTabKeyNavigation
Ensure that the following initial focus use cases are supported by the `useTabKeyNavigation` hook: - When the container itself is focused: The container (a non-interactive element) does not remain part of the tab sequence once it loses focus - When an item in the tab sequence is focused, but it is not the first item in the tab sequence: ensure tab sequence is ordered correctly.
- Loading branch information
1 parent
9c29fa8
commit 943eb1b
Showing
2 changed files
with
93 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters