-
Notifications
You must be signed in to change notification settings - Fork 33
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
CalendarDay field is causing reload (refresh) of the whole page after clicking on "next month" arrow #355
Comments
It looks like there hasn't been any activity here in over 6 months. Sorry about that! We've flagged this issue for special attention. It wil be manually reviewed by maintainers, not automatically closed. If you have any additional information please leave us a comment. It really helps! Thank you for you contribution. :) |
Reading the source code and managed to replicate the element but solving the error. I have solved I am using a custom input, to correct the refresh of the page when I change the month. In any folder you want in my case server create a call CustomFields. There I create a folder called CalendarDay with 3 files.
Now use in Models
NOTE: Install "react-day-picker": "8.0.0-beta.37" from |
Describe the bug
basically, when clicking on the next/previous month buttons (image attached) reload is triggered (?!).
The weird part is that it only happens on production, not locally.
To Reproduce
Expected behavior
Clicking on one of the arrows will trigger an event that moving to the next/previous month.
Screenshots
System information
Happens on chrome.
Using "@keystonejs/fields": "21.0.0",
Huge thanks.
The text was updated successfully, but these errors were encountered: