wangzuo / input-moment

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

Accessibility: Date number and time slider are not accessible with keyboard #94

Open zhr1130 opened 4 years ago

zhr1130 commented 4 years ago

Hello,

We are failing on accessibility testing due to date number and time slider are not accessible with keyboard. I can add tabindex = 0 to those td elements but I couldn't involve onClick event , same issue with the time slider. Can we get those fixed ?

Thanks !

zhr1130 commented 3 years ago

Do you have any update on it ?