I have Form with multiselection Combo. When I select some Combo option, Form.getValue() method return correct correct value of combo field. But when I unselect an option (by “Close” button or unselecting it in Combo’s list), Form’s value of combo field does not change. I assume, that this is due to an incorrect value at the time the “change” event of Combo was executed.
This snippet shows my trouble:
https://snippet.dhtmlx.com/9h6zucoz