mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 05:45:00 +00:00
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:
parent
6efbc4cb9d
commit
1a7d0bd87a
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user