We are upgrading from Enaio 3.36 to 4.12.
after upgrade form's field value change by the form script like
scope.model.formfield.value = 'a';
doesn't trigger the field's 'onchange' event anymore, but on 3.36 it was working.
The form field value onchange logic, was very powerful because it can be triggered also by the script value changes and was working very well on 3.36.
Is there a syntax change for it? How to make it work again?