textfield: validate after allowBlank

This commit is contained in:
Thomas Lamprecht 2019-06-27 14:20:51 +02:00
parent a8131b5bce
commit b69c301a94

View File

@ -38,5 +38,6 @@ Ext.define('Proxmox.form.field.Textfield', {
setAllowBlank: function(allowBlank) { setAllowBlank: function(allowBlank) {
this.allowBlank = allowBlank; this.allowBlank = allowBlank;
this.validate();
} }
}); });