react-calendar
react-calendar copied to clipboard
When selecting a range across two months, ending the selection should not return to previous month
Before you start - checklist
- [X] I have checked if this feature request is not already reported
Description
As written in the title, when I'm selecting across two months (29/April through 9/May), after I selected the last date, the calendar returns to the starting date. Can we let the calendar stay in the month where the last selection was done?
Proposed solution
No response
Alternatives
No response
Additional information
No response
@nunocasteleira I have the same issue. Have you solved it?
@nunocasteleira same issue, if you found a solution please drop a comment below
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.
Please look into this issue, if it can be solved!
The feature is already available via the goToRangeStartOnSelect prop. It is true by default, you just have to set it to false.
the feature (mentioned by @tizba ) seems to be not working. It doesn't make a difference what is the setting of goToRangeStartOnSelect
- the selection of ending date always switches to the range start.
goToRangeStartOnSelect has no effect
Are there any workarounds for this? @wojtekmaj is this on the roadmap by any chance?
@alexbu92
goToRangeStartOnSelect has no effect
Could you provide a github repo where it does not work ? If I have a little bit of time I could check it and make a pull request
goToRangeStartOnSelect has no effect
add both :-
goToRangeStartOnSelect = {false} defaultActiveStartDate = {End date}
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.
This issue was closed because it has been stalled for 14 days with no activity.