Add onkeypress to editor

How can I add an onkeypress handler on a extend from webix.editors.text ?

Hello @dirkc ,

You could attach an ‘onKeyPress’ event for the datatable or it is possible to attach an HTML event handler for the text editor’s input (‘keydown’ and ‘beforeinput’ in the example).

Check the example: Code Snippet .