CalendarPicker icon indicating copy to clipboard operation
CalendarPicker copied to clipboard

Select multiple dates

Open baold102 opened this issue 2 years ago • 2 comments

Hello,

Can we select multiple dates, not in a range? Like I wanna select Monday, Tuesday, and Friday only.

Thanks,

baold102 avatar Feb 24 '22 21:02 baold102

Hello,

Can we select multiple dates, not in a range? Like I wanna select Monday, Tuesday, and Friday only.

Thanks,

Yes i also want this.

Hamza-Ali333 avatar Feb 28 '22 05:02 Hamza-Ali333

You can handle it with useState. You add the date when a user selects it. You can highlight any date that you want. If a user clicks the selected date, it goes to the default style.

yunuscode avatar Aug 18 '23 16:08 yunuscode