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

index 4a664bf..15155b7 100644 (file)
@@ -341,7 +341,7 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
             cls: 'glyphicon form-control-feedback'
         };
             
-        if(this.hasFeedback && this.inputType != 'hidden' && !this.allowBlank){
+        if(this.hasFeedback && this.inputType != 'hidden'){
             
             inputblock = {
                 cls : 'has-feedback',