None option for a drop down
Hi,How to change the code for the None option to work? The rest of the options are good. function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; } var status = g_form.getVal...
