microsoft / vsts-extension-multivalue-control

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

Control not honouring FIELD WHEN switch #54

Closed sergemattu closed 5 years ago

sergemattu commented 6 years ago

I am using the control in this format: Input Id="FieldName" Value="CEN.Program" The field in question switches on the WHEN clause to show 2 different lists depending on another field on the form. This control simply mashes both lists together as one set of suggested values rather than switching the lists. Am I doing something wrong? When I use the default single select control in TFS, the lists are shown correctly.

ostreifel commented 5 years ago

The apis that are available to extensions do not support when rules when retrieving allowed values.