microsoft / microsoft/azure-devops-extension-sdk

Issue documentation Textfield

Open Beginner friendly
#79 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
159
Forks
53
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the current SDK documentation example for the TextField component and compare its ObservableValue declaration with the issue. Update the example to use the shown generic type syntax, then verify that the rendered documentation displays the corrected declaration.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
62/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.