-
-
Notifications
You must be signed in to change notification settings - Fork 159
Question: Prevent calendar from switching to next/previous month when clicking outside of current month #797
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
Comments
This is expected behavior, and it is handled automatically when clicking a date. It would require some unnecessary checks to prevent this behavior. You can just hide the offset dates if it is causing a distraction. |
This would certainly have represented a bit of work, but would have greatly improved input for the end user and reduced the number of clicks. I find it a shame and a little hasty to close this discussion without having thought about it at least. |
I will see what can be done, but can't promise anything, if it starts interfering with the existing logic, it will be closed. |
…nth switch on offset date click (resolves #797)
Is there any option to prevent this behavior?
I find it very disturbing when you have to select a period between two months.
Capture.video.du.2024-03-29.12-59-00.webm
https://stackblitz.com/edit/vuepic-vue-datepicker-jq9xwm?file=src%2Fcomponents%2FPlayground.vue
The text was updated successfully, but these errors were encountered: