-
-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How disable auto set activeStartDate after click on day in next month with double view? #367
Comments
There aren't comfortable when change month range after click... |
In React-Calendar 3.0, unlike in 2.x, activeStartDate is a fully controlled prop. You can choose to ignore onActiveStartDateChange call. |
How can i do that? I'm learning react so i'm kinda a newbie in web programming |
You have two options: use React-Calendar as an uncontrolled component, or a controlled one. Uncontrolled: use Controlled: use However, I don't know if you'll have all the information you need to implement this. If you come up with something and you will need more information from any callback, just let me know and I'll add it. |
I have noticed, that when you click on a day of another month while being in month view, Maybe a dedicated onArrowClick (or something) could be a solution. |
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. |
in v3.5.0, |
No description provided.
The text was updated successfully, but these errors were encountered: