Prevent onChange on text field when using setValue function.

Dear Webix Team,

I would like to ask about onChange event in the webix text component.
I have example like this snippet
https://webix.com/snippet/691a036a

I have 2 text field (a and b) and in each text field i have onChange event. the onChange event is always trigger when use setValue function.

My Question, is it possible to prevent onChange event when using setValue function ? i want trigger onChange event when i entry a text in text field then move out the cursor with mouse. So everytime i call setValue for text i doesnt trigger onChange event.

i hope i can get answer for this problem.

Regards,
Irvan

try to use blockEvent / unblockEvent methods:
https://docs.webix.com/api__link__ui.text_blockevent.html

Dear Integral,

Thank you for this solution.
It’s Work.

Regards,
Irvan