pnp / pnp/sp-dev-fx-controls-react
DynamicField control missing documentation
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 433
- Forks
- 418
- Avg merge
- 5d 6m
- Merged PRs (30d)
- 19
Description
Using the dynamic forms for the first time. We had a need to do a few simple overrides. It took us awhile to notice that there is a control that can be used. Is there a reason it isn't included in the documention?
Is there some reason not to use DynamicField directly? For example, we have a field were we are setting the default value and disabling it, otherwise it should look just like every other field.
<DynamicField {...props} defaultValue={fancyValue} disabled={true} />
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
Start by reviewing the linked controls documentation and the DynamicField control usage described in the issue. Document DynamicField where appropriate, including whether direct use for overrides such as defaultValue and disabled is supported; done means a newcomer can find the control and understand its intended use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100