-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(button-bar): improve screen reader support (#176)
* feat(button-bar): add accessibility behavior * test(button-bar): add test for keyboard event * test(button-bar): enter keypress should not effect to checkbox and radio * fix(button-bar): disabled button should not be focusable * fix(button-bar): support adding item after rendered * refactor(button-bar): clean code to more readable * refactor(button-bar): add comment and remove unwanted * docs(button-bar): fix comments * refactor(button-bar): remove mutation observer and use capture tab instead * docs(button-bar): fix wording * docs(button-bar): fix wording and demo * style(button-bar): linting Co-authored-by: Wasuwat Limsuparhat <[email protected]> Co-authored-by: Sarin Udompanish
- Loading branch information
1 parent
3746e6e
commit f121ea6
Showing
6 changed files
with
401 additions
and
74 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
Oops, something went wrong.