Roo/bootstrap/RadioSet.js
authorjohn <john@roojs.com>
Tue, 28 Nov 2017 09:05:58 +0000 (17:05 +0800)
committerjohn <john@roojs.com>
Tue, 28 Nov 2017 09:05:58 +0000 (17:05 +0800)
Roo/bootstrap/RadioSet.js

index 2a0747a..c8275de 100644 (file)
@@ -196,6 +196,10 @@ Roo.extend(Roo.bootstrap.RadioSet, Roo.bootstrap.Input,  {
             return false;
         });
         
+        if(this.allowBlank) {
+            return true;
+        }
+        
         if(this.disabled || valid){
             this.markValid();
             return true;