public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* ui: make selection fields searchable
@ 2026-07-14 11:10 666Goofy666
  2026-07-15  7:42 ` Dominik Csapak
  0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread

end of thread, other threads:[~2026-07-15  7:42 UTC | newest]

Thread overview: 2+ messages (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
2026-07-15  7:42 ` Dominik Csapak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal