microsoft / vsts-extension-multivalue-control

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

Not able to select multiple values #37

Closed ravneetarora closed 6 years ago

ravneetarora commented 6 years ago

multivalue control is not working at my end. I am performing the below steps: 1) In the process template; adding a new field "ListOS" with a type "Picklist (string)". 2) In the options selecting the "Required" checkbox" 3) Adding the values "1", "2","3","4" 4) Adding a multivalue custom control 5) In the options selecting Picklist field created in step1

Using the multivalue control in workitem in VSTS 6) Creating a new workItem type "Bug" 7) Selecting multiple values from "ListOS" 8) It throws the message "The field 'ListOS' contains the value '1;2;3;4' that is not in the list of supported values."

Please help where am i going wrong?

mmanela commented 6 years ago

You need to make sure you check Allow users to enter their own values

image

ravneetarora commented 6 years ago

Thank you. It worked!