Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #4420: Update home key and end key navigation in Calendar component #4430

Merged

Commits on Jan 2, 2024

  1. fix: Update home key and end key navigation in Calendar component

    Adjust home and end handlers to align with W3C WAI-ARIA principles.  Previously navigation moves to the first and last day of the week instead of one year before and after the calendar.  After this change, it's moving to [the first and last day of the week](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog/)
    
    Closes Hacker0x01#4420
    Balaji Sridharan committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    664df9f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into issue-4420/fix/aria-home-and-end-key

    Balaji Sridharan committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    c96a276 View commit details
    Browse the repository at this point in the history
  3. lint: Remove the unused import statements

    Balaji Sridharan committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    1320d9a View commit details
    Browse the repository at this point in the history