]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
Combogrid: clear filter on blur
authorMatthias Heiserer <m.heiserer@proxmox.com>
Wed, 9 Mar 2022 14:18:14 +0000 (15:18 +0100)
committerDominik Csapak <d.csapak@proxmox.com>
Tue, 15 Mar 2022 10:03:20 +0000 (11:03 +0100)
commit7e47328692987166f734a0a52466dc4a6046e0a6
tree713e7fb6ba410e27240e507b01d0278ca743cb39
parent6971ce9d6be897fe7373ddbef3b9c027ecf23a6d
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>
src/form/ComboGrid.js