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
when clicking on next or previous and the dates exceed the above range the calendar view successfully show the dates in the range, however the date value in the disableDayFn function keep increasing cause issues with the disabledDays.
if you can see the attached snapshot, the dates is 2025 while the screen shows the dates as 2023.
to reproduce the issue, just add yearRange for 2 years, add disabled days using disableDayFn function, then click on the next button till the end of the range, then you will notice that the date keep increasing and not being reset to "from" yearRange, and the disabled days will be active while the normal behavior to be inactive.
Best
Watheq
The text was updated successfully, but these errors were encountered:
Hi
I just noticed abnormal behavior,
the configuration is
yearRange:[2023,2024]
when clicking on next or previous and the dates exceed the above range the calendar view successfully show the dates in the range, however the date value in the disableDayFn function keep increasing cause issues with the disabledDays.
if you can see the attached snapshot, the dates is 2025 while the screen shows the dates as 2023.
to reproduce the issue, just add yearRange for 2 years, add disabled days using disableDayFn function, then click on the next button till the end of the range, then you will notice that the date keep increasing and not being reset to "from" yearRange, and the disabled days will be active while the normal behavior to be inactive.
Best
Watheq
The text was updated successfully, but these errors were encountered: