CalendarPicker icon indicating copy to clipboard operation
CalendarPicker copied to clipboard

Multiple selection of event dates

Open SaurabhBrst opened this issue 6 years ago • 6 comments

How can i add multiple selected dates in calendar. I have to add multiple events in single month right now i am able to add only single start and end date.

SaurabhBrst avatar May 09 '18 13:05 SaurabhBrst

There would probably need to be a new prop such as multiDateSelection to enable this new mode. New logic would toggle selected dates in an array and fire a callback prop such as onMultiDateSelected. The day highlighting would also need to be wired up to the multi-dates array.

PRs are welcome :)

peacechen avatar May 09 '18 13:05 peacechen

This would be a nice feature, also to limit the number of date would be good, very often you might want to select only 2 dates, without it being a range, or maybe 3 or 4.. the prop should maybe be a number to define the maximum number of dates. Also you will need to be able to toggle selected dates off when you hit the max, or perhaps automatically de-select the first selected date or something of that sort.

PvanHengel avatar May 23 '18 15:05 PvanHengel

@peacechen Hi! How can I select multiple dates that are out of range? Is there such an opportunity? For example I want to select only 1st October and 1st November dates

mparkhomenko avatar Jan 06 '20 13:01 mparkhomenko

@mparkhomenko Please open a new issue for a different topic. See the disabledDates prop: https://github.com/stephy/CalendarPicker#calendarpicker-props

peacechen avatar Mar 23 '20 22:03 peacechen

There would probably need to be a new prop such as multiDateSelection to enable this new mode. New logic would toggle selected dates in an array and fire a callback prop such as onMultiDateSelected. The day highlighting would also need to be wired up to the multi-dates array.

PRs are welcome :)

This would be great.

dariocostanzo avatar Sep 04 '20 16:09 dariocostanzo

any update?

niloufarMakhzani avatar Apr 12 '22 19:04 niloufarMakhzani