Detect pasting on textarea

onChange event doesn’t work how I need it to work because it only triggers when the field loses focus. I want to be able to get the change as soon as it happens.

onTimedKeyPress works when the user uses a keyboard shortcut to paste but does nothing if he pastes from right-click.

Anyone to catch the change as it happens if no keypresses are involved?

You can use a nativeonpaste event:

http://webix.com/snippet/2a4bbdc0

Check also the related part of the Docs: http://docs.webix.com/desktop__event_handling.html#handlingofnativedomevents