I have JavaScript onChange of a field that needs to trigger another field, a multi-select option set, to clear any/all selected options.
I cannot get it to work using: formContext.getControl("multiselectfieldname").clearOptions();
Anyone else experiencing this issue?
Any suggestions / help would help!!
*This post is locked for comments