Webix DatePicker in IE 11 browser

webix datepicker field is allowing to enter a text and when i delete the entered date using backspace i.e (deleteContentBackward) is not working in IE 11. Any suggestions please ?

Hi @Divat ,
From our tests, it works correctly with version 8.0 of Webix and IE 11. Please check the example:
https://snippet.webix.com/l8u6vf4b

Please send the version of the library you are currently using, your code (using our snippet tool).

@annazankevich I’m using the Webix UI v.7.0.3 version. Please find the snippet link. Code Snippet

Hello @annazankevich any updates on the ie 11 issues

@Divat
from your code it is clear that you are using IE unsupported attributes. like onKeyPress -> e.code or input -> e.inputType

@intregal Thanks for your response. Do you have any solution to fix this issue in IE 11.