mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-28 06:11:19 +00:00
![]() when a combobox was editable, a click inside did not open the picker, but it would if the combobox was not editable. Since this is 1. Inconsistent 2. Inconvenient (the user has to specifically press the arrow) we already had this implemented for our ComboGrid, but not for regular comboboxes This patch moves the code for this to an override for ComboBox, which our ComboGrid then inherits (so we do not need it there anymore) while at it, do some non-significant code-cleanup * whitespace fixes * don't shadow 'me' in the focus callback * fix typo in comment Originally this was implemented in pve-manager, commit 851c032d69ad5ae23725dd1add9e4084ebc12650 https://git.proxmox.com/?p=pve-manager.git;a=commitdiff;h=851c032d69ad5ae23725dd1add9e4084ebc12650 Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> Originally-by: Thomas Lamprecht <t.lamprecht@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> |
||
---|---|---|
.. | ||
BondModeSelector.js | ||
Checkbox.js | ||
ComboGrid.js | ||
DateTimeField.js | ||
ExpireDate.js | ||
IntegerField.js | ||
KVComboBox.js | ||
LanguageSelector.js | ||
NetworkSelector.js | ||
RRDTypeSelector.js | ||
TextField.js |