microsoft / vsts-extension-multivalue-control

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

Error message when attempting to select all options from picklist in extension #26

Closed jdoorneck closed 7 years ago

jdoorneck commented 7 years ago

I am receiving the error message "The field 'x' contains the value '1;2;3' that is not in the list of supported values" when choose all the options from the picklist for the extension. I first created a picklist (string), and then created the extension from the picklist.

mmanela commented 7 years ago

The field you use needs to have its allowed values be marked as "suggested". Are you using XML based customization or UI based?

jdoorneck commented 7 years ago

Thanks for responding! I'm using UI-based.

mmanela commented 7 years ago

You need to make sure you check Allow users to enter their own values in the field you are using: image