You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We are using two date pickers to have the option to select a specific date range with a start date an end date. We have used several of the available Aria labels to make sure a screenreader announces correctly the selected date and also the focused date.
But if you have a date selected, for example september 1st to september 25th and after this you select september 15th, the screenreader will not announce this as selected.
To Reproduce
Steps to reproduce the behavior:
Make sure to have a screenreader active (I'm using NVDA)
In a date picker where you can select a date range
select a start date
select an end date
The screenreader will announce the selected dates correctly
After this selection, select a new date in this date range
the screenreader will not announce this new date
Expected behavior
I expect the screenreader to announce the newly selected date, always, regardless of other previous selections
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Windows
Browser [e.g. chrome, safari] Chrome
Version 129
Screenreader
NVDA
Version 2023.2
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
👍
On top of this, the screen reader does not announce the keyboard navigation of the dates, therefore, the users doesn't know what date is high-lighted by the keyboard navigation.
Describe the bug
We are using two date pickers to have the option to select a specific date range with a start date an end date. We have used several of the available Aria labels to make sure a screenreader announces correctly the selected date and also the focused date.
But if you have a date selected, for example september 1st to september 25th and after this you select september 15th, the screenreader will not announce this as selected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the screenreader to announce the newly selected date, always, regardless of other previous selections
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Screenreader
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: