-
-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: enhance tab navigation and accessibility features (#763)
* refactor: enhance tab navigation and accessibility features * chore: adjust some logic * chore: code clean * fix: enhance accessibility by adding role="tab" to outer div * test: add test case for keyboard operation * fix: fix some test case * chore: adjust field name * refactor: remove unnecessary global event listener * chore: code fix * feat: enhance tab navigation with Backspace support * feat: improve delete keyboard operation * chore: adjust some logic * feat: improve delete logic * chore: adjust some logic * fix: add delete logic * test: add test case * chore: add a11y attr * test: update snapshot * feat: add a11y support for screen reader * chore: adjust some logic * chore: adjust field names
- Loading branch information
1 parent
0538f10
commit c51d83c
Showing
8 changed files
with
491 additions
and
46 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
Oops, something went wrong.