mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-22 18:27:21 +00:00
textfield: validate after allowBlank
This commit is contained in:
parent
a8131b5bce
commit
b69c301a94
@ -38,5 +38,6 @@ Ext.define('Proxmox.form.field.Textfield', {
|
|||||||
|
|
||||||
setAllowBlank: function(allowBlank) {
|
setAllowBlank: function(allowBlank) {
|
||||||
this.allowBlank = allowBlank;
|
this.allowBlank = allowBlank;
|
||||||
|
this.validate();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user