mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-13 03:11:27 +00:00
![]() Prevent the comboBox from displaying a validation error although forceSelection is true. If you change a valid selection by removing characters manually and click somewhere else, the comboBox restores the selection with the previous value. The validation logic then checked the restored value, but couldn't find it in the store, because the store is still filtered with the erroneous query. We now clear the local filter before the actual check to prevent this. [Thomas]: This was fixed in the 6.2 based GPL release of ExtJS, and can be seen as backport. Signed-off-by: Tim Marx <t.marx@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> |
||
---|---|---|
.. | ||
BondModeSelector.js | ||
Checkbox.js | ||
ComboGrid.js | ||
DateTimeField.js | ||
IntegerField.js | ||
KVComboBox.js | ||
LanguageSelector.js | ||
NetworkSelector.js | ||
RRDTypeSelector.js | ||
TextField.js |