proxmox-widget-toolkit/form
Dominik Csapak 39d9914990 ComboGrid: open picker also when focusing an editable field
port commit
851c032d69ad5ae23725dd1add9e4084ebc12650
from pve-manager

commit message:

    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>
2018-01-11 14:48:13 +01:00
..
BondModeSelector.js add missing BondModeSelector to widget toolkit 2017-11-14 11:35:48 +01:00
Checkbox.js try to use real config properties 2017-03-29 18:47:19 +02:00
ComboGrid.js ComboGrid: open picker also when focusing an editable field 2018-01-11 14:48:13 +01:00
DateTimeField.js DateTimeField.js - relay change events 2017-09-21 09:36:36 +02:00
IntegerField.js try to use real config properties 2017-03-29 18:47:19 +02:00
KVComboBox.js try to use real config properties 2017-03-29 18:47:19 +02:00
LanguageSelector.js LanguageSelector.js - add language selector 2017-10-04 11:16:22 +02:00
RRDTypeSelector.js add RRDTypeSelector class 2017-08-29 06:25:25 +02:00
TextField.js try to use real config properties 2017-03-29 18:47:19 +02:00