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
This commit focuses on improving the accessibility and usability of the calendar component within our application. Key accessibility enhancements include the addition of `ariaDisabled` and `ariaLabel` attributes to the `MonthSelector` and `YearSelector` components, significantly improving screen reader support. These attributes provide users with disabilities a more intuitive and navigable experience. On the usability front, the `inputDate` component has been updated to offer a more flexible date range selection. This was achieved by adjusting the `maxDate` and `minDate` properties within `inputDate.stories.tsx`, allowing users to select dates that better suit their needs. Together, these changes aim to create a more inclusive and user-friendly calendar component.
0 commit comments