Go to file
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
button tree-wide trailing whitespace cleanup 2019-09-30 08:00:34 +02:00
css add pmx-hint css class 2019-10-09 09:10:33 +02:00
data tree-wide trailing whitespace cleanup 2019-09-30 08:00:34 +02:00
debian bump version to 2.0-8 2019-10-10 17:05:10 +02:00
form fix comboBox validation when forceSelection is true 2019-10-25 17:43:23 +02:00
grid save index on keydown and check on keyup 2018-05-02 15:53:35 +02:00
images ComboGrid: add trigger to delete from ComboGrid 2019-08-13 15:37:26 +02:00
mixin tree-wide trailing whitespace cleanup 2019-09-30 08:00:34 +02:00
node tree-wide trailing whitespace cleanup 2019-09-30 08:00:34 +02:00
panel tree-wide trailing whitespace cleanup 2019-09-30 08:00:34 +02:00
window tree-wide trailing whitespace cleanup 2019-09-30 08:00:34 +02:00
defines.mk add css and image directory to packaging 2019-08-13 15:37:26 +02:00
Makefile add css and image directory to packaging 2019-08-13 15:37:26 +02:00
Toolkit.js override Ext.Components 'validIdRe' to include '@' 2019-07-11 14:37:24 +02:00
Utils.js utils: sort language_map in code 2019-10-05 13:48:23 +02:00