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
In the official demo file, after I changed the versions of jQuery and jQuery UI to 3.6.0 and 1.12.0, respectively, the months and years which are outside the range set by MinMonth and MaxMonth can be selected.
The text was updated successfully, but these errors were encountered:
If anyone is still interested, we have been able to fix this by changing two lines in the _decorateButtons method:
Original: _setDisabled(this._prevButton, _minDate && _curYear == _toYear(_minDate)); _setDisabled(this._nextButton, _maxDate && _curYear == _toYear(_maxDate));
In the official demo file, after I changed the versions of jQuery and jQuery UI to 3.6.0 and 1.12.0, respectively, the months and years which are outside the range set by
MinMonth
andMaxMonth
can be selected.The text was updated successfully, but these errors were encountered: