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
By running this code, you can verify that log is not called in the isDisabledMonth method.
Expected behavior
The function to be called on the first rendering and subsequent year changes in the calendar returning each date
Screenshots
I think the problem may be in the isMonthDisabled method in the date-utils file, as it doesn't handle the case if disabledDate function and accordingly it is not called.
The text was updated successfully, but these errors were encountered:
Describe the bug
Props disabledDates using the function does not work as expected.
To Reproduce
Simple code to reproduce the problem:
By running this code, you can verify that log is not called in the isDisabledMonth method.
Expected behavior
The function to be called on the first rendering and subsequent year changes in the calendar returning each date
Screenshots
I think the problem may be in the isMonthDisabled method in the date-utils file, as it doesn't handle the case if disabledDate function and accordingly it is not called.
The text was updated successfully, but these errors were encountered: