roojs-bootstrap.js
[roojs1] / roojs-bootstrap-debug.js
index 64b1f74..3d6b0f7 100644 (file)
@@ -12955,6 +12955,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;
         }