trying to use the fillMode or size inputs on a <kendo-datepicker> is causing the following error...
ERROR TypeError: Cannot read properties of undefined (reading 'nativeElement')
it's happening at line 9241, the toggleButton property seems to be undefined at that point.
The rounded input which doesn't try to get the toggleButton works fine.
I don't know if it's something specific to my setup, but I can reproduce this by just doing
> ng new testapp
> ng add @progress/kendo-angular-dateinputs
and replacing the app component html with just
<kendo-datepicker fillMode="flat"></kendo-datepicker>
I'm using angular 16, node 18.17, typescript 5.1.6, datepicker version 13.4.0