Roo/form/Radio.js
[roojs1] / Roo / form / Radio.js
index 0b4148d..867f294 100644 (file)
@@ -96,7 +96,11 @@ Roo.extend(Roo.form.Radio, Roo.form.Checkbox, {
                  
        
         
-    }
-
+    },
+    reset : function(){
+       // this.setValue(this.resetValue);
+        //this.originalValue = this.getValue();
+        this.clearInvalid();
+    },
     
 });
\ No newline at end of file