You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to disable Saturdays and Sundays and set a min date to today.
The issue occurs when both a min date falls on either Saturday or Sunday in which case the script hangs the page load and pops the browser usage to max.
These parameters will reproduce the issue
min: [2014,3,12],//Saturdaydisable: [1,7],
Individually there is no problem with either or when the min date falls outside the disable range. Is there a way to achieve this with only 'disable', I have not found a way to pass days of week and range
The text was updated successfully, but these errors were encountered:
Since I could not track down where the loop happens, the workaround I did was to prescreen the value for min and eliminate it falling on a weekend with something like this
I am trying to disable Saturdays and Sundays and set a min date to today.
The issue occurs when both a min date falls on either Saturday or Sunday in which case the script hangs the page load and pops the browser usage to max.
These parameters will reproduce the issue
Individually there is no problem with either or when the min date falls outside the disable range. Is there a way to achieve this with only 'disable', I have not found a way to pass days of week and range
The text was updated successfully, but these errors were encountered: