microsoft / microsoft/azure-devops-extension-sdk
Issue documentation Textfield
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:
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
- 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
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