wangzuo / input-moment

React datetime picker powered by momentjs
https://wangzuo.github.io/input-moment
ISC License
527 stars 173 forks source link

Screen reader is not announcing proper information while navigating on dates of calendar. #97

Open anmohanty123 opened 2 years ago

anmohanty123 commented 2 years ago

In the example component (https://wangzuo.github.io/input-moment/), when I manually set the tabindex as 0, Screen reader is not announcing proper information while navigating on dates of calendar.

Observation: When focus moves to date of calendar then NVDA is announcing information like "1 row 2 column 1". When focus moves to date of calendar then JAWS is announcing information like "1". When focus moves to date of calendar then Narrator is announcing information like "1 column 1 of 7".

Expected Result: Screen reader should announce proper information while navigating on dates of calendar. When focus moves to date of calendar then screen reader should announce information like "column header Monday row two column two 1".