Roo/bootstrap/form/TextArea.js
[roojs1] / Roo / bootstrap / form / TextArea.js
index 2c35437..93a64e8 100644 (file)
@@ -260,6 +260,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;
         }