]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/form/FileSelector.js
FileStore: make editable to allow filtering
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 25 Jul 2017 14:26:58 +0000 (16:26 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 26 Jul 2017 13:37:05 +0000 (15:37 +0200)
commit1404194f35c076567f35418895929dbac5644be4
tree61a6c5f8825950cbf354fd14e2f0d0ce0fd779e8
parent83fb529c2fee02b830fe06574723d9f90cfd6ef2
FileStore: make editable to allow filtering

Making this ComboGrid based component editable allows implicit
filtering the backing store.
This is quite helpful on file selection, as for example the ISO file
selector from the create wizard is.
Clear the filter (and its displayed value) on store selection change,
as there the filter becomes void - at least this is a simple and easy
solution without glitches.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/form/FileSelector.js