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
Enhance Calendar Component Accessibility with Role Attribute
This commit focuses on improving the accessibility of the calendar component by introducing role attributes to the day, month, and year selectors. A new role parameter has been added to the renderButtonSelector function within the calendar's selector component, allowing for dynamic assignment of appropriate roles to the Button component for each selector type. Additionally, the ISelector and IConfigAccessibility interfaces have been updated to include properties for monthSelectorRole, yearSelectorRole, and daySelectorRole. These enhancements aim to make the calendar component more accessible and user-friendly for individuals using assistive technologies.
0 commit comments