-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [HDSG-214] WIP. Updating Autocomplete to use Downshift v3. * WIP. Refactoring Autocomplete to remove aXe errors. * [HDSG-214] WIP. Committing ARIA 1.1 spec version before migration to 1.0. * [HDSG-214] WIP. Moved to ARIA 1.0 spec with no aXe errors. * [HDSG-214] WIP. Screen reader testing complete. Need to update loading message. * [HDSG-214] WIP. Adding back the Clear search by default. Opt out now, not opt in. * [HDSG-214] WIP. Refactoring to WAI-ARIA 1.0 with custom container. * [HDSG-214] Renaming container div, clear search prop. * [HDSG-214] Removed aria-owns from container div, added documentation. * [HDSG-214] WIP. Adding a few e2e tests for Autocomplete. * [HDSG-214] Adding full suite of e2e tests for Autocomplete, including keyboard tests. * [HDSG-214] Updating the Autocomplete test variables to be more readable. * [HDSG-214] Adding final keyboard focus assertion. * [HDSG-214] Abstracted focus method to a helper for cleaner implementation.
- Loading branch information
Showing
13 changed files
with
369 additions
and
82 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
138 changes: 133 additions & 5 deletions
138
packages/core/src/components/Autocomplete/Autocomplete.e2e.test.js
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.