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

Select multiple non-consecutive dates #4537

Merged
merged 22 commits into from
Feb 28, 2024

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

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    4d3fbf0 View commit details
    Browse the repository at this point in the history
  2. fix comments

    kmdtqm committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7173fb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f65ab37 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Add coverage

    kmdtqm committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    22d608c View commit details
    Browse the repository at this point in the history
  2. Simplify logic a bit

    kmdtqm committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e0a7948 View commit details
    Browse the repository at this point in the history
  3. enhance coverage

    kmdtqm committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0abfacc View commit details
    Browse the repository at this point in the history
  4. Refactoring and code reuse

    kmdtqm committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0a1d636 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Add test for multiselect mode

    kmdtqm committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a148c36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee931c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    effa529 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cf8db1 View commit details
    Browse the repository at this point in the history