Hi,
I am using Version 13.2.20132 and facing the same issue pardeepkgupta has described in this post. The following attributes are set on the Combo:
- multiSelection: 'onWithCheckboxes'
- allowCustomValue: true
- itemSeparator: ','
- selectItemBySpaceKey: true
- autoComplete: true
Detailed issuedescription:
if I don't set allowCustomValue, the selection via keyboardinput and space works like a charm, but as soon as I Close the Dropdown, only the first value is set in the field.
If I enable allowCustomValue, I can select multiple values like before, when I Close the Dropdown, the selected values are correctly in the field (separated via itemSeparator). If I reopen the Dropdown via mouseclick on the arrow, the items are selected as well.
But if I want to enter more values via field (directly click in the field and add a itemseparator to select another item), the Fieldvalues are deleted except the first one, and in the Dropdown nothing is selected.
is there any solution available for this specific behaviour?
Thank you in advance for your Investigation and help
Hello Argus,
Please set the autoComplete option of the combo editor to false. This way it will not erase the field values when you add new item by typing it.
autoComplete: false
Please do not hesitate to contact me if you have any further questions on the issue.
I am just checking up if you have managed to resolve your issue. Do not hesitate to contact me if you have any further questions.