microsoft / vsts-extension-multivalue-control

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

Selecting multiple values is limited to 4 fields #259

Closed eporopat closed 8 months ago

eporopat commented 11 months ago

If you select more than 4 values it errors with "Set the field eMail Distribution list1 to use suggested values rather than allowed values. " It wont let you save more than 4 values, can this be increased?

AminTi commented 11 months ago

Hi, Thanks for reporting. I'll have a look at it and will get back to you next week.

dmstoltz4HAU commented 11 months ago

@AminTi, I'm working with eporopat who logged the ticket above on this issue. Please can you provide feedback.

AminTi commented 8 months ago

Hi, I couldn't reproduce the issue. I can select more than 4 items. Please let me know when you're available, and I'll be happy to assist you with that.

dmstoltz4HAU commented 8 months ago

Hi @AminTi , I'm working with Eddy on this and the issue is not the number of items added but rather the total character length of the items added.

I think the restriction is 256 characters.

If you add items and there total string length is greater than 256 then you will get the error.