microsoft/azure-devops-extension-sdk

Issue documentation Textfield

Jochem-agro opened this issue · 0 comments

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>("");