combo grid: add setAllowBlank to help bindings

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-06-26 16:05:56 +02:00
parent 3154bb784e
commit a8131b5bce

View File

@ -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,