microsoft / vsts-extension-multivalue-control

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

value selection disabled #151

Open danseo-reisys opened 3 years ago

danseo-reisys commented 3 years ago

added new multivalue field for 'Environment' but no values are showing up.

i have added following sections to different parts in task WIT xml.

what am i doing wrong? or this never works in TFS 2017???

  <FIELD name="Environment" refname="REI.Environment" type="String">
        <SUGGESTEDVALUES for="[global]\Project Collection Valid Users" expanditems="true">
            <LISTITEM value="Dev" />
            <LISTITEM value="Test" />
        </SUGGESTEDVALUES>
  </FIELD>
danseo-reisys commented 3 years ago
danseo-reisys commented 3 years ago

----

            </ControlContribution>
danseo-reisys commented 3 years ago

CCControlContribution Label="Environment" Id="ms-devlabs.vsts-extensions-multivalue-control.multivalue-form-control">

            </CCControlContribution>
danseo-reisys commented 3 years ago

not able to share the controlcontribution section.