Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for the Screen reader accessibility in the date select of the calendar #930

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aatifishtiaq
Copy link

Issue:
While the screen reader is activated, when trying to select a date the screen reader would say out ‘month month year year’ for example ‘April April 2022 2022’ instead of a date like XX.XX.20XX

Fix:
With the fix with this PR it should say out the currently selected date in the calendar modal. The fix is also optimised to say out the date in the date format of the system itself as well.

Before fix
After fix

While screen reader is activated, when trying to select a date the screenreader does not say the date out load instead says 'month month year year' i.e 'April April 2022 2022'.
This fix will resolve that issue and also format it to be read correctly based on the system's date format.
@live627 live627 mentioned this pull request Aug 5, 2022
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant