microsoft / vsts-extension-multivalue-control

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

Mandatory field not show the exclamation mark #258

Open liyongscb opened 11 months ago

liyongscb commented 11 months ago

In ADO, we have some field customized with the multivalue control extension, we set the field to mandatory in layout page. THe field does not show the exclamation mark. Note: When this custom control extension is added on the default page of work item, it's showing exclamation mark correctly. If I create one on other pages, it will not show exclamation mark

rambaliga commented 5 months ago

We are seeing similar behavior but on the default page of the work item ( under details section of the layout ). Can someone help on this please?

vfortin02 commented 5 months ago

Hello, I am bumping this issue to bring more attention to it hopefully. In our case, it doesn't matter if we're talking about a default page or not. The exclamation mark to show which field needs to be filled is not present on the control provided by this extension.

We're experiencing this behaviour on Azure DevOps Server 2020.0.1 and using version 2.2.39 of the extension.

In theory, it should've been fixed following #108 but it seems like the issue was reintroduced.

Thanks