Roo/bootstrap/form/TextArea.js
authorleon <leon@roojs.com>
Fri, 21 Apr 2023 02:41:04 +0000 (10:41 +0800)
committerleon <leon@roojs.com>
Fri, 21 Apr 2023 02:41:04 +0000 (10:41 +0800)
Roo/bootstrap/form/TextArea.js

index 7c2138b..d449c67 100644 (file)
@@ -179,12 +179,14 @@ Roo.extend(Roo.bootstrap.form.TextArea, Roo.bootstrap.form.Input,  {
         this.el.removeClass( this.validClass);
         this.inputEl().removeClass('is-invalid');
          
-        if(this.hasFeedback && this.inputType != 'hidden' && !this.allowBlank){
+        if(this.hasFeedback && this.inputType != 'hidden'){
             
             var feedback = this.el.select('.form-control-feedback', true).first();
             
             if(feedback){
                 this.el.select('.form-control-feedback', true).first().removeClass(this.invalidFeedbackClass);
+
+                feedback.update('');
             }
             
         }