When the user try to enter a value using the browser`s autofill, the value is not entered correctly and an error is thrown in the browser console.
Note: some browsers may not save the dates in the autofill list. The screencast linked here is when the Edge browser is used.
The value in the DateInput is not filled in correctly and the following error is thrown in the console: Cannot read properties of undefined (reading 'toString') at t.keyEventMatchesAutoSwitchKeys (kendo.all.js:63751:1)
The value from the autofill should be filled in the DateInput.