I have developed an Azure DevOps form control extension that validates whether all attached work items (linked items) are in the "Done" state. If any linked work item is not in the "Done" state, the extension displays an error message.
Currently, this functionality is tied to a visible UI element in the form. However, I want to use this extension purely for validation without introducing any visible UI components.
Any guidance or example would be greatly appreciated.