mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-29 17:36:24 +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
|
// override ExtJS protected method
|
||||||
onBindStore: function(store, initial) {
|
onBindStore: function(store, initial) {
|
||||||
var me = this,
|
var me = this,
|
||||||
|
Loading…
Reference in New Issue
Block a user