Roo/bootstrap/CheckBox.js
authorjohn <john@roojs.com>
Wed, 1 Nov 2017 02:54:51 +0000 (10:54 +0800)
committerjohn <john@roojs.com>
Wed, 1 Nov 2017 02:54:51 +0000 (10:54 +0800)
Roo/bootstrap/CheckBox.js

index 65175bc..01859fd 100644 (file)
@@ -359,7 +359,7 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
     
     validate : function()
     {
-        Roo.log("name: "+this.name);
+        Roo.log("name: "+this.name+" | inputType: "+this.inputType);
         if(
                 this.disabled || 
                 (this.inputType == 'radio' && this.validateRadio()) ||