Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed edge case where if screenreader boolean is true then we would d…
…isplay null which would break the keyboard access logic. To combat this while still preserving the intent of the original code I opted to make a TextView with a zero-width space character so the TextView is still treated like an actionable item and still allows navigation of the page with keyboard access. Also, fixed formatting. Making this change allows keyboard navigation to work regardless if user has screenreader enabled or not.
- Loading branch information