You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An issue after having tested accessibility with a blind person: The previous and next buttons should have aria-label="Previous | Next" (localizeable) or a text:
<span role="button" {...}>Previous</span>
This is due to screen reader accessibility. Without the aria-label or text, the button is read as something weird.
The text was updated successfully, but these errors were encountered:
Great component!
An issue after having tested accessibility with a blind person: The previous and next buttons should have
aria-label="Previous | Next"
(localizeable) or a text:<span role="button" {...}>Previous</span>
This is due to screen reader accessibility. Without the
aria-label
or text, the button is read as something weird.The text was updated successfully, but these errors were encountered: