microsoft / vsts-extension-multivalue-control

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

Multivalue extension field can't be mandatory with rules control #281

Open HaoweiYG opened 7 months ago

HaoweiYG commented 7 months ago

Hi developers,

I used Multivalue control extension for multiple selections. I also hope to make this multivalue field mandatory if another field is defined to something by creating a rule. But, I found the conditional rule is not working for the multivalue field.

Here are the steps: I firstly defined a picklist field called “baisc field” and I use the multivalue extension to select it. image The condition is when “isMandatory” equals to True, “baisc field” is a mandatory to fill. You can see that there is a red icon on “baisc field” but “multi value” extension is still optional. The screenshot shows both fields to see the difference easier. image image

Thanks