react-datepicker
react-datepicker copied to clipboard
Accessibility issue - selected date is not announced by screen reader
Describe the bug When you select a date with keyboard, it is expected that the new date will be announced by screen reader, but nothing is announced.
To Reproduce
- Start the screen reader and open the date-picker with keyboard.
- Navigate to any date and click on it.
Expected behavior Selected date will be announced by screen reader.
Desktop (please complete the following information):
- OS: Windows 10
- Browser: Chrome (v. 100.0.4896.75), Firefox
This is a big one...
Fixed by https://github.com/Hacker0x01/react-datepicker/pull/3817