vsts-extension-multivalue-control
vsts-extension-multivalue-control copied to clipboard
A work item form control which allows selection of multiple values.
Hi, We have a field added to a XML template with usage of a multi-value control. It was working for some small amount of time, but now, when we're opening...
I have a lot of long values. I set the field size to 5000 but even when selecting a list that is far less than that length, it still gives...
This PR fixes #307, where the multivalue control displayed saved semicolon-separated values alongside the predefined list of values. This was due to a change in the `getAllowedFieldValues` API, which now...
@AminTi I am trying to limit per the configuration of each value that goes into this field to a character limit of 15 - this value is not being honored....
I can no longer select more than 1 value for the multivalue control extension. It was working fine the other day and now it's not. I tried the suggest solution...