Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensured that the mobile keypad is not visible to screen readers until…
… it is opened. (#698) ## Summary: This is a very simple little PR that adds "display: none" to our mobile keypad container when the keypad is closed. This ensures that the screen readers don't try to tab over the keypad while it's hidden from view. Issue: LC-1192 ## Test plan: make tesc Author: SonicScrewdriver Reviewers: handeyeco, SonicScrewdriver Required Reviewers: Approved By: handeyeco Checks: ✅ finish_coverage, ✅ Publish npm snapshot (ubuntu-latest, 16.x), ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 16.x), ✅ Extract i18n strings (ubuntu-latest, 16.x), ✅ Cypress Coverage (ubuntu-latest, 16.x), ✅ Check builds for changes in size (ubuntu-latest, 16.x), ✅ Check for .changeset file (ubuntu-latest, 16.x), ✅ Jest Coverage (ubuntu-latest, 16.x), ✅ gerald Pull Request URL: #698
- Loading branch information