microsoft / azure-devops-extension-sdk

Client SDK for developing Azure DevOps extensions
MIT License
125 stars 39 forks source link

Issue documentation Textfield #79

Open Jochem-agro opened 1 year ago

Jochem-agro commented 1 year ago

Hey

Pretty sure this isnt the right repository but I have an issue with the documentation of the SDK.

In the current example the following is shown for the TextField component:

image

The green arrow makes the fault in the documentation, for this to work it should've been defined as:

const simpleObservable = new ObservableValue<string | undefined>("");