vsts-extension-multivalue-control
vsts-extension-multivalue-control copied to clipboard
Issue on setting value through REST when option contains &
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 &" "Testing"