microsoft / vsts-extension-multivalue-control

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

TFS 2018 Cannot Enter Custom Values #113

Closed mrvander closed 1 year ago

mrvander commented 5 years ago

Using TFS 2018 and the extension is installed and working as a list. The field in question is setup as a String using SuggestedValues that point to a GLOBALLIST.

`

    <SUGGESTEDVALUES expanditems="true">
      <GLOBALLIST name="MyClients" />
    </SUGGESTEDVALUES>
  </FIELD>`

However, I cannot type my own value into the field. I can ONLY use the values from the global list despite it being a SUGGESTEDVALUES rule. I can type in the field and it filters the list based on what I type but if I enter a value that is not in the Global list, I don't get the option to select my custom value.

AminTi commented 1 year ago

Hi!, please let me know if you till having the same issue