-
-
Notifications
You must be signed in to change notification settings - Fork 515
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
Double view calendar switches activeStartDate to the next month when the date is selected on the right #339
Comments
The UX experience is being affected by this issue (there should be a way to disable it). |
Hi Has someone found a workaround to disable this behavior please ? Or Can the author provide a props to disable it please ? Thx a lot Best regards |
I think this behaviour should be configurable. However, I think what it really needs is an animation to show the transition to the user. Right now it's really difficult for the user to see what is going on. |
I have just opened an issue to request an animation to show the transition to the user |
If you look at this issue, OP seems to have run into a similar problem. He hacked together a solution by changing the Digging through the react-calendar code, the problem while in double view is that the
A possible solution would be to add a |
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. |
Edit: nevermind, we implemented our own calendar. Any updates on this? The issue has been closed, but the UX is still quite bad, and a lot of users don't understand what is going on and end up selecting a much bigger range than intended. A quick demo to see the effect and understand the problem. The user doesn't move his cursor, but is automatically positioned in the next month: |
any update to this? |
@wojtekmaj How to make the calendar keep on the same side when click on the value which is in right side? I wanted to create a calendar which is important to filter past 3 months of data. So basically current month should be on right side, instead of left side.. Whatever that, when click on the any date which is in right side calendar month moves to the left side, please could you fix this? |
Hello Please re consider fixing this issue please ? Thank you. |
Great calendar, just how to disable this moving the month to the left, after clicking on the value located on the right. |
Same problem here. Any updates ? |
Solution I used, seems to work fine for me. Maybe It's useful to someone else too: Make
Set following props on
On
|
Hi,
I'm using ReactCalendar in uncontrolled mode. How I can prevent calendar to switch to next month if click on date on right side in showDoubleView? When on left is June, on right July, then after select some date in July calendar render July in left side and next month is showed in right side.
Thanks for help/advice.
The text was updated successfully, but these errors were encountered: