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

Modified Date Picker to allow for mulitple dates to be selected #13147

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

MichaScant
Copy link

@MichaScant MichaScant commented Jan 31, 2025

WHY are these changes introduced?

Fixes #13021

WHAT is this pull request doing?

Allows for a new option to select multiple dates, and store them in a Date array.

This is done by passing a boolean variable, allowMultiple into date picker and using onMultipleDatesChange instead of onChange, to update the dates selected.

Screenshot 2025-01-31 at 5 41 55 PM
Screen.Recording.2025-01-31.at.5.42.24.PM.mov

How to 🎩

🖥 Local development instructions
🗒 General tophatting guidelines
📄 Changelog guidelines

🎩 checklist

@MichaScant MichaScant marked this pull request as draft January 31, 2025 00:52
@MichaScant MichaScant marked this pull request as ready for review January 31, 2025 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Date picker: allow multiple date selections
1 participant