add enableKeyEvents to combogrid

to reenable the 'del' and 'backspace' keys

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-04-22 10:00:44 +02:00 committed by Dietmar Maurer
parent 6efbc4cb9d
commit 1a7d0bd87a

View File

@ -27,6 +27,9 @@ Ext.define('PVE.form.ComboGrid', {
me.callParent(arguments); me.callParent(arguments);
}, },
// needed to trigger onKeyUp etc.
enableKeyEvents: true,
// override ExtJS protected method // override ExtJS protected method
onBindStore: function(store, initial) { onBindStore: function(store, initial) {
var me = this, var me = this,