Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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