Roo/bootstrap/form/Input.js
authorleon <leon@roojs.com>
Thu, 20 Apr 2023 09:04:24 +0000 (17:04 +0800)
committerleon <leon@roojs.com>
Thu, 20 Apr 2023 09:04:24 +0000 (17:04 +0800)
Roo/bootstrap/form/Input.js

index 5d8d107..e3ddbd6 100644 (file)
@@ -965,7 +965,7 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
             this.inputEl().addClass('is-valid');
         }
 
-        if(this.hasFeedback && this.inputType != 'hidden' && !this.allowBlank && (this.getValue().length || this.forceFeedback)){
+        if(this.hasFeedback && this.inputType != 'hidden' && (this.getValue().length || this.forceFeedback)){
             
             var feedback = this.el.select('.form-control-feedback', true).first();