Roo/bootstrap/form/Input.js
[roojs1] / roojs-bootstrap-debug.js
index fb1bf24..2166b33 100644 (file)
@@ -12955,8 +12955,6 @@ 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.getRawValue);
-            Roo.log('MARK INVALID');
             this.markValid();
             return true;
         }
@@ -13659,7 +13657,7 @@ Roo.extend(Roo.bootstrap.form.TextArea, Roo.bootstrap.form.Input,  {
             this.el.select('.form-control-feedback', true).first().removeClass([this.invalidFeedbackClass, this.validFeedbackClass]);
         }
 
-        if(this.disabled || this.allowBlank){
+        if(this.disabled){
             return;
         }