-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: disable browser autocomplete and edit dropdown items elements
added menuItemId and onFocus to getItems function added SR div in return and aria-activedescendant in FormControl added onFocus to default props added working 'should set the correct activedescendant' behavior test removed onFocus from default props and extra comment that went with it added data-testid to sr-only div for render test added two render tests -- one to make sure all option items have IDs and another to make sure aria-live=assertive is present items 1 and 2 on the four part list Revert "items 1 and 2 on the four part list" (#2) This reverts commit 5460151. working render test for amount of screen reader options and working behavior test for options changing
- Loading branch information
1 parent
6a8080d
commit 4fd71b4
Showing
2 changed files
with
66 additions
and
0 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