microsoft / vsts-extension-multivalue-control

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

We were hoping to clone this repo and create a single select control for our Azure DevOps instance #247

Closed garagerock101 closed 1 year ago

garagerock101 commented 1 year ago

Hi there, we love this control but would like to use the code to create our own control for single select tiems. Can any of the contributors recommend how we would do this? What typescript files we would need to midify etc.

Thanks!

MOlausson commented 1 year ago

Hi @garagerock101. In general we encourage contributions to this repository so others can benefit from that as well. What we want to avoid is enhanced open-source versions being added publicly on the marketplace.

That said, if you're plan is to develop an internal version you can follow the guides in https://learn.microsoft.com/en-us/azure/devops/extend/overview?view=azure-devops and create a private extension that to then share within your organization.