From 725fab5534bbc26a3d1dde8fc5a3d609e8a7fd1b Mon Sep 17 00:00:00 2001 From: leon Date: Tue, 28 Feb 2023 11:46:24 +0800 Subject: [PATCH] Roo/bootstrap/form/TextArea.js --- Roo/bootstrap/form/TextArea.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Roo/bootstrap/form/TextArea.js b/Roo/bootstrap/form/TextArea.js index 2c35437f1b..93a64e8e50 100644 --- a/Roo/bootstrap/form/TextArea.js +++ b/Roo/bootstrap/form/TextArea.js @@ -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; } -- 2.39.2