* ui: make selection fields searchable
@ 2026-07-14 11:10 666Goofy666
0 siblings, 0 replies; only message in thread
From: 666Goofy666 @ 2026-07-14 11:10 UTC (permalink / raw)
To: pve-devel@lists.proxmox.com
Hi,
thanks for your continued work on Proxmox.
I would like to make pools and bridges forms selection fields searchable
I tried something like this patch : https://lore.proxmox.com/pve-devel/20240412091613.30038-1-f.ebner@proxmox.com/ to `pve-manager/www/manager6/form/PoolSelector.js` and it works as expected.
However, for `pve-manager/www/manager6/form/BridgeSelector.js` the situation is a bit different because the current behavior should be preserved: select the first filtered element
at `pve-manager/www/manager6/qemu/NetworkEdit.js:83` and LXC (implicite true) there is `autoSelect: true` which is handled/overridden at `proxmox-widget-toolkit/src/form/ComboGrid.js:435`
This makes searching impossible, because as soon as one character is typed, the first result is match.
What would be the recommended approach?
Thanks,
Goofy
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-14 11:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-14 11:10 ui: make selection fields searchable 666Goofy666
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox