Problem with onChange event

Hi Gediminas,

The way “onChange” in Wix should behave is the way “onChange” behave in Access: the moment there is a change, no matter how it happened, the code is executed.

I tried clicking elsewhere on the page, like you said, and nothing happened. I added a dummy button (button1) for dummy click and nothing happened. I added an “onClick” to this button and the “onClick” works. I added an “onClick” to input1 and it works, but not “onChange”.

So, your answer helped me to find a workaround. Thanks!

Jonathan