telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
466 stars 215 forks source link

DateTimePicker Range Doesn't shows the months correctly when we select DateTimePicker with Min Date #4222

Closed Pnayak10 closed 6 months ago

Pnayak10 commented 6 months ago

Describe the issue DateTimePicker Range Doesn't shows the months correctly when we select DateTimePicker with Min Date.

It's Mentioned in the documentation that it should show values between 3/10/2019 12:30 PM and 3/15/2019 12:30 PM are displayed in the Calendar and the TimePicker.

But when i click on date picker for 1st time it shows the month as February in the top. and after that if you preass any button it shows March.

Screenshots WhatsApp Image 2024-02-22 at 5 21 26 PM

Screenshot 2024-02-22 at 5 14 51 PM

Browser

Analysis:- I have a Done Analysis on this and got the root cause:-

  1. If i add a min date of future date in DateTimePicker and no dates are selected in the Box, then 1st time when i click on dateTimePicker button, it shows the min date correct, but month in the top is shown as current month. and If you press keyboard button, it will show the months correct.
tswetti commented 6 months ago

Closing this issue in favor of https://github.com/telerik/kendo-angular/issues/3588 because they both seem to describe the same bug.