[BUG] Switch view onChange event fired when form is loading data

https://snippet.webix.com/93xtb260

Should parse or setValues call onChange event of Switch?
It’s very annoying when you load data.
BTW blockEvent on form view doesn’t work.

Hi @Jacekk015

It is not a bug, as parse/load in form works equally to setValues method.

onChange on parent form is blocked by default during setting values, but separate controls (with their own API) work as usual.