ARIA Role Issue with Day Component in Storybook Ally #2019
Unanswered
Rikard-Johansson97
asked this question in
Support
Replies: 1 comment
-
@Rikard-Johansson97 this is an issue planned to be fixed in the next major release - as it would break the existing implementations. I am looking for some workarounds too: maybe a https://react-day-picker.js.org/guides/custom-components? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm facing an ARIA role issue in
react-day-picker
when used with Storybook Ally. The error is:ARIA role gridcell is not allowed for given element
.Is there a way to modify the ARIA role for the Day component to fix this?
Error Screenshot:
I changed the role to button and added aria hidden to div to resolve the issue.
Beta Was this translation helpful? Give feedback.
All reactions