mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-17 08:39:27 +00:00
Combogrid: clear filter on blur
Previously, deselecting and reselecting the input field led to the previous filter still being applied, although the input field was cleared. Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
This commit is contained in:
parent
6971ce9d6b
commit
7e47328692
@ -325,6 +325,7 @@ Ext.define('Proxmox.form.ComboGrid', {
|
|||||||
me.changingFilters = true;
|
me.changingFilters = true;
|
||||||
me.store.removeFilter(filter, true);
|
me.store.removeFilter(filter, true);
|
||||||
me.changingFilters = false;
|
me.changingFilters = false;
|
||||||
|
me.store.fireEvent('refresh');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user