-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add keyboard support for cyclic button and allow keyboard navig…
…ation to more button (#1569) * feat: introduce keyboard support for cyclic button * fix: wip * feat: add keyboard support for cyclic button and allow keyboard navigation to more button * fix: add break * fix: add undefined * fix: bring blur * fix: change onClick * fix: focus back to list box container * fix: focus cyclic button at first space * fix: focus on last-focused row * fix: close toolbar on escape * fix: failed test case * fix: return focus to listbox container when there is nothing to focus * fix: add unit test * fix: remove unnecessary code * fix: try to restore the old behavior * fix: keyboard nav in global selection * fix: blur back to listbox * fix: restore the old logic inSelection * fix: add check for detached toolbar case * fix: pr comment * fix: unit test * fix: remove unused input * fix: support in mashup * fix: faild test case * fix: failed test case * fix: add integration test * fix: failed test case * fix: update snapshot
- Loading branch information
1 parent
ae7370d
commit 22c64bc
Showing
16 changed files
with
320 additions
and
92 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
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
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
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
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
Oops, something went wrong.