diff --git a/form/ComboGrid.js b/form/ComboGrid.js index 91650fd..970e363 100644 --- a/form/ComboGrid.js +++ b/form/ComboGrid.js @@ -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,