DynamicField control missing documentation #1938
Labels
area:documentation
Good First Issue 🏆
help wanted
type:enhancement
New feature or enhancement of existing capability
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} />
The text was updated successfully, but these errors were encountered: