Roo/form/Radio.js
authorAlan <alan@roojs.com>
Fri, 23 Sep 2022 03:30:50 +0000 (11:30 +0800)
committerAlan <alan@roojs.com>
Fri, 23 Sep 2022 03:30:50 +0000 (11:30 +0800)
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