microsoft / vsts-extension-multivalue-control

A work item form control which allows selection of multiple values.
MIT License
46 stars 44 forks source link

Selecting multiple values adds concatenated values to drop down #252

Open kphillpotts opened 1 year ago

kphillpotts commented 1 year ago

Description of the problem

When selecting multiple values in the drop down, value saves correctly to backing field - but when we come back into the work item the multi select drop down has a new item which is the combined value.

For example, first time:

image

When we go back into the item the drop down looks like this:

image

Field configuration

Backing Field:

Control Extension

Workaround

We have set this up multiple times before and not had an issue - so I'm pretty sure we aren't configuring anything wrong.

Version

We are using Azure DevOps - Control Version 2.2.35

❤️ BTW, thanks for providing the control, appreciate your work!

AminTi commented 1 year ago

Thanks for reporting.

tboehme commented 1 month ago

I have the same issue - has anybody figured out why this is happening or attempted to address it?