wojtekmaj / react-calendar

Ultimate calendar for your React app.
https://projects.wojtekmaj.pl/react-calendar
MIT License
3.52k stars 509 forks source link

Feature request: Having the ability to select multiple dates #892

Closed lucasriondel closed 1 year ago

lucasriondel commented 1 year ago

Before you start - checklist

Description

I'd like a feature that allow the user to select multiple dates, instead of using ranges. I'm trying to implement an appointment planner and this doesn't seem possible as of now, but shouldn't be too hard to implement giving the solid codebase.

What do you think ?

Proposed solution

add an allowMultipleDaySelection: boolean prop, default to false, that will trigger this behavior. value and onChange will then allow a Date[] in addition to Date | [Date, Date}

Alternatives

No response

Additional information

No response

wojtekmaj commented 1 year ago

Duplicate of #136