Roo/bootstrap/form/Input.js
[roojs1] / roojs-bootstrap-debug.js
index 5b236bf..08176b0 100644 (file)
@@ -12955,6 +12955,8 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
     validate : function(){
         //if(this.disabled || this.validateValue(this.processValue(this.getRawValue()))){
         if(this.disabled || this.validateValue(this.getRawValue())){
+            Roo.log(this.name);
+            Roo.log('MARK INVALID');
             this.markValid();
             return true;
         }
@@ -13000,8 +13002,6 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
             if (typeof(msg) == 'string') {
                 this.invalidText = msg;
             }
-            Roo.log('validateValue');
-            Roo.log(msg);
             if(msg !== true){
                 return false;
             }