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
Currently, the Calendar and DatePicker components only support focus-visible state for the Previous month and Next month arrow buttons. Current implementation does not support tabbing focus for date selection, which can impact keyboard navigation and accessibility.
The text was updated successfully, but these errors were encountered:
cheton
changed the title
Add tabbing focus support in Calendar and DatePicker components
Add tabbing focus support to Calendar and DatePicker components
Aug 2, 2024
The following accessibility issues need to be addressed, as they are currently unresolved in PR #903.
awaittestA11y(container,{axeOptions: {rules: {// FIXME: Certain ARIA roles must contain particular children (aria-required-children)"'aria-required-children': {enabled: false},// FIXME: Interactive controls must not be nested (nested-interactive)'nested-interactive': {enabled: false},},},});
Currently, the
Calendar
andDatePicker
components only supportfocus-visible
state for thePrevious month
andNext month
arrow buttons. Current implementation does not support tabbing focus for date selection, which can impact keyboard navigation and accessibility.The text was updated successfully, but these errors were encountered: