wojtekmaj / react-calendar

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

Entire week selection #929

Closed MichaelLiss closed 2 months ago

MichaelLiss commented 6 months ago

Before you start - checklist

Description

I would like to be able to click on any day of any week and have the entire week selected the control would return the start date and end date of the week selected.

Proposed solution

I believe there should be method that is used to activate "week selection" mode. In this example, the control would return a start date of 5 May 2024 and end date of 11 May 2024 and the clicked on date of 6 May 2024

image

Alternatives

Additional information

No response

Qodestackr commented 6 months ago

How do you wish to go about this?

wojtekmaj commented 6 months ago

You could always use React-Calendar in a "controlled mode" and expand selection in onChange function.

github-actions[bot] commented 2 months ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days.

github-actions[bot] commented 2 months ago

This issue was closed because it has been stalled for 14 days with no activity.