react-multi-date-picker
react-multi-date-picker copied to clipboard
Accessibility issues with tabbing and focus
Great package, but we found a few accessibility issues that should likely be addressed in the package rather than on our end.
- No default focus state for calendar dates. The demo has an outline but that is the default browser outline, there should be an explicit one by default given your controlling tab order & states.
- The month/year clickable items in the header are currently spans and cannot be tabbed to. Either convert them to buttons or give them a tabindex.
I'm working on it!
@shahabyazdi - Awesome, glad to hear it.
Fixed in v4.5.0.