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

Support selecting multiple dates #3999

Merged
merged 11 commits into from
Feb 28, 2024
Merged

Commits on Apr 14, 2023

  1. Support selecting multiple dates via selectsMultiple & selectedDates …

    …>> This PR adds 2 props which allow users to select multiple isolated dates on the calendar picker. It adds changes to Picker.onChange(), Day.isSelected(), and adds formatting for the input.
    nandorojo committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    b2cca19 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

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

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    5052d88 View commit details
    Browse the repository at this point in the history
  2. Update package.json

    nandorojo authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    52603c2 View commit details
    Browse the repository at this point in the history
  3. remove src

    nandorojo committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0df17aa View commit details
    Browse the repository at this point in the history
  4. tests

    nandorojo committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    40b5f05 View commit details
    Browse the repository at this point in the history
  5. test helpers

    nandorojo committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a5225ec View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

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

Commits on Feb 25, 2024

  1. Update test/multiple_selected_dates.test.js

    Co-authored-by: Thomas Mørch <[email protected]>
    martijnrusschen and tbowmo authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    9593bcb View commit details
    Browse the repository at this point in the history
  2. Update test/multiple_selected_dates.test.js

    Co-authored-by: Thomas Mørch <[email protected]>
    martijnrusschen and tbowmo authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    f6e2d80 View commit details
    Browse the repository at this point in the history
  3. Update test/multiple_selected_dates.test.js

    Co-authored-by: Thomas Mørch <[email protected]>
    martijnrusschen and tbowmo authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    3151397 View commit details
    Browse the repository at this point in the history