proxmox-widget-toolkit/form
Tim Marx 35eec238b2 fix comboBox validation when forceSelection is true
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>
2019-10-25 17:43:23 +02:00
..
BondModeSelector.js node network: refactor bond mode array generation 2019-07-10 12:26:54 +02:00
Checkbox.js try to use real config properties 2017-03-29 18:47:19 +02:00
ComboGrid.js fix comboBox validation when forceSelection is true 2019-10-25 17:43:23 +02: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 KVComboBox: add setComboItems function 2019-07-11 15:00:14 +02:00
LanguageSelector.js LanguageSelector.js - add language selector 2017-10-04 11:16:22 +02:00
NetworkSelector.js network selector: allow to select IP too 2019-06-27 21:51:02 +02:00
RRDTypeSelector.js add RRDTypeSelector class 2017-08-29 06:25:25 +02:00
TextField.js textfield: validate after allowBlank 2019-06-27 14:21:17 +02:00