The new dateInput functionality added to the kendoDateTimePicker only deals with format. It does provide true mask behavior similar to the MaskedTextBox control.
I want our users to be able to type 03012023 and the mask would convert it to 03/03/2023 automatically.
Is there any way to enable/incorporate this modern UI behavior into the kendoDateTimePicker? The current implementation generating a lot of complaints from users.