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

feat(DatePicker): Migrate to react-day-picker v8 #3001

Closed
wants to merge 3 commits into from

Commits on Aug 12, 2022

  1. feat(DatePicker): Migrate to react-day-picker v8

    This migrates DatePicker to version 8 of react-day-picker, which includes various important accessibility and keyboard navigation fixes.
    jpveooys committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    92f37e4 View commit details
    Browse the repository at this point in the history
  2. fix(DatePicker): Clear range shading after second date is blurred

    This fixes a small bug where when a second date of a range was being selected using the keyboard, the range would stay shading after tabbing from the second date to a different element.
    jpveooys committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    4b302c0 View commit details
    Browse the repository at this point in the history
  3. fix(DatePicker): Focus selected date or today when picker opens

    This makes focusing consistent with the W3 WAI-ARIA date picker example.
    jpveooys committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    9eb0eb2 View commit details
    Browse the repository at this point in the history