roojs-bootstrap.js
[roojs1] / roojs-bootstrap-debug.js
index 5d11e02..949fe94 100644 (file)
@@ -12958,6 +12958,9 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
             this.markValid();
             return true;
         }
+
+        Roo.log(this.name);
+        Roo.log('MARK INVALID');
         
         this.markInvalid();
         return false;
@@ -13050,9 +13053,7 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
             //this.el.removeClass(this.focusClass);
         }
         this.hasFocus = false;
-        Roo.log('ONBLUR');
         if(this.validationEvent !== false && this.validateOnBlur && this.validationEvent != "blur"){
-            Roo.log('VALIDATE');
             this.validate();
         }
         var v = this.getValue();