kendo-angular
kendo-angular copied to clipboard
[DatePicker] Infinite Calendar displayed default month not affected by min/max
Describe the bug When using the Kendo Angular Datepicker in Infinite mode, if a min or max date would change the default displayed month it still shows the current month in the upper left when opening the picker instead of whatever the visible month is.
The issue starts occurring with v5.2.0 of the DateInputs package.
To Reproduce https://stackblitz.com/edit/angular-hnzkba-vyxhvw?file=app/app.component.ts
Expected behavior Calendar should display the month according to the set min/max value.
I experience the same problem. The caption is updated as soon as you start scrolling, but it is not nice that it does not reflect the visible month correctly. Would be nice if this would be fixed.
I face the same issue. I thought I could work around it by setting the [focusedDate]
but that somehow stops the user from selecting any other month, than the current one. my fix currently is to set the [value]
to [max]
upon the open
event, but that should not be necessary.
Please fix 🙏🙏🙏
Thank you!
@tswetti I am still facing the issue, Is this issue Fixed by Kendo Team, or it is yet to be resolved ? or is there any alternate solution for this ?
Fixed in v15.3.0