how to set default value as none in subcategory by using onload client script

Porkodi
Tera Contributor

how to set default value as none in subcategory by using onload client script

11 REPLIES 11

Try this

g_form.addOption('subcategory', '' , '-- None --'); 
g_form.setValue('subcategory', '');
-Anurag

Not working