microsoft / vsts-extension-multivalue-control

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

Issue on setting value through REST when option contains & #253

Open karthikeyansamy opened 1 year ago

karthikeyansamy commented 1 year ago

If an field option contains & then the respective option was not able to selected by REST endpoint.

REST code: { "op": "add", "path": "/fields/Custom.TestMultiSelect", "value": "Development & Testing" }

Internally REST converts into "Development amp; Testing" and values were split into "Development &amp" "Testing"

AminTi commented 1 year ago

Thanks for reporting, I will add it to the backlog.