addPaste Event

Hi webix team, I need for a application a pasteEvent like this http://webix.com/snippet/ec7c7f2f because the input data are coming from a scanner. But the event don’t fire. Any advice for me?

Hi,

onPaste is a clipboard event for data components. As for inputs, the only solution is to attach the native HTML onpaste event to the input’s node:

http://webix.com/snippet/3947641a

Hi Listopad, this is a very good solution, a lot of thanks