Open mbechev opened 5 years ago
We are seeing this issue in our application. Do we know when this will be fixed?
Typically we abstain from committing to specific timelines due to the dynamic nature of our planning and development processes, and as we do not want to make promises that we might not be able to hold.
Describe the bug When DatePicker Component is at the bottom of the page, calendar popup animation flickers when it has to be shown over the date input field.
To Reproduce
https://stackblitz.com/edit/angular-fbc1bf?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.module.ts
Update from 2023. There is no animation when the popup opens to the top. When opening to the bottom the animation seems right.
Expected behavior Smooth popup animation when the calendar is tapped.
Browser
Workaround As a workaround popup animation can be set to false.
<kendo-datepicker [popupSettings]="{ animate: false }"> </kendo-datepicker>