mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-28 12:14:46 +00:00
combo grid: add setAllowBlank to help bindings
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3154bb784e
commit
a8131b5bce
@ -51,6 +51,11 @@ Ext.define('Proxmox.form.ComboGrid', {
|
||||
}
|
||||
},
|
||||
|
||||
setAllowBlank: function(allowBlank) {
|
||||
this.allowBlank = allowBlank;
|
||||
this.validate();
|
||||
},
|
||||
|
||||
// override ExtJS protected method
|
||||
onBindStore: function(store, initial) {
|
||||
var me = this,
|
||||
|
Loading…
Reference in New Issue
Block a user