mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 07:17:56 +00:00
![]() ComboBoxes provided by UI frameworks normally show their selection possibilities once focused, ExtJS does this too but not on editable (and thus filterable) input fields. Add a logic which allows this too and streamlines the behavior of ComboGrid/Box like components. To avoid a glitch, where clicking the "picker trigger" (the down arrow which normally toggles the selection picker) would first focus the element - thus expanding it - and only then causing a toggle which collapses it again, we overwrite the 'Ext.form.trigger.Trigger' onMouseDown so that we can skip a expansion on this event. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> |
||
---|---|---|
aplinfo | ||
bin | ||
debian | ||
PVE | ||
www | ||
.gitignore | ||
bridgevlan | ||
bridgevlanport | ||
country.pl | ||
defines.mk | ||
Makefile | ||
mtu | ||
pve-apt.conf | ||
pve-blacklist.conf | ||
pve-initramfs.conf | ||
pve-sources.list | ||
repoid.pl | ||
spice-example-sh | ||
vlan | ||
vlan-down | ||
vzdump-hook-script.pl | ||
vzdump.conf |