microsoft / microsoft/azure-devops-extension-sdk
Work Item form does not resize when DropDown control is used
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 159
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
I created a very basic custom control that implements the DropDown control from azure-devops-ui. When the DropDown control is clicked, the form does not adjust so the contents are not visible - the drop down list is obscured by the fields on the work item form below it:

I tried calling the SDK resize method in various places but have not been able to get the form to resize.
I implemented a similar control with the older VSS SDK which does resize correctly, but the older SDK does not honor the themes used in AzDo so I need to use the newer SDK.
My repo (ignore the readme, I used the control sample repo as a starting point): https://github.com/jonvest/azure-devops-dropdown
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the custom control and reproduction in the linked azure-devops-dropdown repository, then inspect how the DropDown from azure-devops-ui is integrated with the work item form. Reproduce the obscured menu and compare the resize behavior with the older VSS SDK implementation. Done means the DropDown contents remain visible when opened in the newer SDK.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100