From: leon Date: Tue, 28 Feb 2023 03:51:13 +0000 (+0800) Subject: Roo/bootstrap/form/TextArea.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=1aadda958689b069c1f201d39bbd052fd9716f7f Roo/bootstrap/form/TextArea.js --- diff --git a/Roo/bootstrap/form/TextArea.js b/Roo/bootstrap/form/TextArea.js index 2c35437f1b..7c2138bd26 100644 --- a/Roo/bootstrap/form/TextArea.js +++ b/Roo/bootstrap/form/TextArea.js @@ -260,7 +260,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; }