react-multi-date-picker icon indicating copy to clipboard operation
react-multi-date-picker copied to clipboard

Accessibility issues with tabbing and focus

Open danieliser opened this issue 2 years ago • 3 comments

Great package, but we found a few accessibility issues that should likely be addressed in the package rather than on our end.

  1. 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.
  2. 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.

danieliser avatar Oct 31 '23 07:10 danieliser

I'm working on it!

shahabyazdi avatar Nov 04 '23 13:11 shahabyazdi

@shahabyazdi - Awesome, glad to hear it.

danieliser avatar Nov 06 '23 02:11 danieliser

Fixed in v4.5.0.

shahabyazdi avatar May 18 '24 09:05 shahabyazdi