Client script getOptions() issue (field choices not resetting when changing onChange field)
I have create an onChange client script on 'type' field with the logic to display choices in choice field 'suspension_reason'. function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { ret...