Roo/bootstrap/RadioSet.js
authoredward <edward@roojs.com>
Mon, 20 Nov 2017 08:12:23 +0000 (16:12 +0800)
committeredward <edward@roojs.com>
Mon, 20 Nov 2017 08:12:23 +0000 (16:12 +0800)
Roo/bootstrap/RadioSet.js

index 48d9ea7..3082412 100644 (file)
@@ -238,7 +238,13 @@ Roo.extend(Roo.bootstrap.RadioSet, Roo.bootstrap.Input,  {
             return;
         }
         
-        this.markValid();
+        if(this.labelEl.isVisible(true)){
+            this.indicatorEl().show();
+        }
+        
+        this.el.removeClass(this.invalidClass);
+        
+        this.fireEvent('invalid', this, msg);
     }
     
 });