Roo/bootstrap/form/TextArea.js
authorleon <leon@roojs.com>
Tue, 28 Feb 2023 03:46:24 +0000 (11:46 +0800)
committerleon <leon@roojs.com>
Tue, 28 Feb 2023 03:46:24 +0000 (11:46 +0800)
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;
         }