Resolved! g_form removeOption does not work on catalog variable
I am trying to remove an option from a select box on a catalog variable but it does not remove. The script is:function onChange(control, oldValue, newValue, isLoading) { if (isLoading) { return; } g_form.removeOption('eai_reviewer...
