Hello, team.
I found interesting behavior of navigating next month over max date.
For example, if I set ‘max’ to ‘new Date(2018, 3, 20)’ which means April.20th, it works as I expected.
I can’t click over April.20th, but when I click the nextMonth button, it navigates to the May.
Of course, it is still disabled because the max date is April.20th, but the nextMonth button was working to May.
It is not moving to June any further. It seems like calculating problem on checking max date.
Unlike max date issue, in min date, clicking previousMonth button is not working under min date.
You can check this behavior in my example below,
http://jsfiddle.net/klien54/k9e6cz70/
In this sample, min date is March.5th and max date is April.20th.
When you click prevButton you would find it is not moving to Feb,
however if you click nextButton, you would find it is moving until May even though the max date is April.20th.
Would you let me know if it is a bug or not, if so, please let me know your schedule for fixing it.
Thank you for your support in advance as always.
Warm Regards,
klien54