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

Switch react-datepicker for react-dates #59

Merged
merged 3 commits into from
Nov 6, 2020

Commits on Nov 4, 2020

  1. Switch react-datepicker for react-dates

    Switch out the datepicker, now using react-dates for accessibility
    reasons:
    
     1. It was easier to make react-dates work well with a
    keyboard then datepicker
     2. It was easier to properly markup the react-dates datepicker with
    the correct aria tags
     3. react-datepicker had some strange onBlur issues preventing the
    calendar from properly closing that react-dates handles properly
    jasalisbury committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    cd4b654 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Merge branch 'main' into js-129-change-datepicker-lib

    Conflicts:
    	frontend/yarn.lock
    jasalisbury committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    1c62c78 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    34a5592 View commit details
    Browse the repository at this point in the history