microsoft / vsts-extension-multivalue-control

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

Is it possible to select multiple values and NOT have to allow users to enter their own values? #160

Closed rajanimail1 closed 1 year ago

rajanimail1 commented 3 years ago

Hello team,

Is it possible to select multiple values and NOT have to allow users to enter their own values? I see below issue while selecting multiple values if I used picklist instead of text field and NOT select allow users to enter their own values. image

Thank you!

NorthHighlandNicole commented 3 years ago

Agreed! This defeats the whole purpose of this control. We have a picklist that we simply need to be able to choose multiple options.

kkdoug commented 2 years ago

It there any update as to when this issue may be addressed? Any ideas from the group on work-arounds? The only option I have is to create multiple fields with the same picklist as a short-term, but poor, solution.

rajanimail1 commented 2 years ago

One way I addressed this issue is to create the field using single Text field. Later use the custom control picklist(String) for same (single Text field) that you created and add values. That worked for me. But if you want to use the field in multiple work item templates, you have to add values each time when you add custom control. Hope that helps.