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
Describe the bug
According to the ARIA Authoring Practices guide for W3C the calendar popup should have role="dialog" and aria-modal="true". Without these in place screen readers will not have trapped focus.
To Reproduce
Steps to reproduce the behavior:
Go to any react-datepicker example
Notice that they are missing these properties
Expected behavior
role="dialog" and aria-modal="true" are present on the calendar popup.
The text was updated successfully, but these errors were encountered:
balajis-qb
pushed a commit
to qburst/react-datepicker-3
that referenced
this issue
Feb 29, 2024
Describe the bug
According to the ARIA Authoring Practices guide for W3C the calendar popup should have
role="dialog"
andaria-modal="true"
. Without these in place screen readers will not have trapped focus.To Reproduce
Steps to reproduce the behavior:
Expected behavior
role="dialog" and aria-modal="true" are present on the calendar popup.
The text was updated successfully, but these errors were encountered: