-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
v6.7.13 maxDate option crashes the plugin #2850
Comments
Same things is happening with the |
After digging a little bit it look like it is related to the changes done for #2828 |
I have the same problem. The error occurs in the viewDate setter when the viewDate is set from The setter tries to call It happens if there is a maxDate and the viewDate (i.e. new Date()) is after the maxDate or if there is a minDate and the viewDate is before the minDate. |
Also reproducible for me ... |
We also have the bug |
New release should fix this. |
Prerequisites
Describe the issue
I have installed v6.7.13 and I'm getting an error when I set the maxDate in the restrictions option.
The error is:
I tested my setup on the stackblitz provided, but it worked:
I discovered that using a lower version, 6.7.7 worked.
I'll just use that version until the issue is fixed on the latest release.
Thanks!
StackBlitz fork
https://stackblitz.com/edit/tempus-dominus-v6-simple-setup-cwswbe?file=index.js
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Chrome
What version of are you using? You can find this information from the sample StackBlitz.
6.7.13
What your browser's locale? You can find this information from the sample StackBlitz.
en-US
The text was updated successfully, but these errors were encountered: