Hello,
I'm working on an angular project and I used kendo-datepicker in several places. A week ago I updated the angular version to the latest one. Before that version 7 was used.
After the updated, there's an issue with the datepicker components. When I select the toggle calendar icon the following error is thrown:
Uncaught TypeError: Cannot read property 'add' of undefined
at HeaderComponent.ngOnInit (index.js:11822)
....
And when I select any date, that's the error, which is thrown:
Uncaught TypeError: Cannot read property 'close' of undefined
at DatePickerComponent._toggle (index.js:6636)
I even tried to use the control in the most basic way in a page, where there's nothing more than it. The result is the same
Angular version: 12.1.2
@progress/kendo-angular-dateinputs: 5.2.2
typescript: 4.3.5
Does anybody has any idea why that happens?
Regards