roojs-bootstrap.js
[roojs1] / roojs-bootstrap-debug.js
index 949fe94..79bbb0e 100644 (file)
@@ -12958,9 +12958,6 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
             this.markValid();
             return true;
         }
-
-        Roo.log(this.name);
-        Roo.log('MARK INVALID');
         
         this.markInvalid();
         return false;
@@ -13660,6 +13657,8 @@ Roo.extend(Roo.bootstrap.form.TextArea, Roo.bootstrap.form.Input,  {
             this.el.select('.form-control-feedback', true).first().removeClass([this.invalidFeedbackClass, this.validFeedbackClass]);
         }
 
+        Roo.log('ALLOW BLANK');
+        Roo.log(this.allowBlank);
         if(this.disabled || this.allowBlank){
             return;
         }