microsoft / vsts-extension-multivalue-control

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

maximum display length" setting is not taking effect #290

Closed liyongscb closed 5 months ago

liyongscb commented 6 months ago

This is a follow up of #280 The fix is not actually working, we still see the same problem.

liyongscb commented 6 months ago

There is anothre hardcoded place, might also need fix, in file https://ms-devlabs.gallery.vsassets.io/_apis/public/gallery/publisher/ms-devlabs/extension/vsts-extensions-multivalue-control/2.2.38/assetbyname/dist/src/multivalue.js Seach for label:e._wrapText(t.length>30?t.slice(0,30)+"...":t)

liyongscb commented 6 months ago

@AminTi please kindly take care, this cause us a lot trouble.

AminTi commented 6 months ago

Hello, the issues have been resolved. We haven't deployed it to production yet, which is why you may not have seen the changes

brentonrace commented 5 months ago

Hi @AminTi , have you got any ETA on when this fix will be deployed to production? Thanks!