Roo/bootstrap/form/Input.js
[roojs1] / Roo / bootstrap / form / Input.js
index 367f1d1..3ceef28 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(this.name);
             Roo.log('MARK INVALID');
             this.markValid();
             return true;