Roo/bootstrap/form/Input.js
[roojs1] / Roo / bootstrap / form / Input.js
index a619226..367f1d1 100644 (file)
@@ -682,6 +682,7 @@ 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('MARK INVALID');
             this.markValid();
             return true;
         }
@@ -727,8 +728,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;
             }