When the dateinput is created using data-role attribute and the unbind method is used to unbind the component an error is thrown.
An error Uncaught TypeError: Cannot read properties of undefined (reading 'kendoBindingTarget')
is thrown in the console
No error should be thrown when destroying dateInput component.