Forum Discussion

scorpiontahir02's avatar
9 years ago

onChange does not work for default value in interface variables

I have defined <interface> of my <component> node as <interface> <field type="bool" id="value" onChange="setCheckedItem" /> </interface> Which should call, "setCheckedItem" whenever value ...