Skip to content

Commit

Permalink
Update packages/docs/docs/api-reference/utility-functions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Grosenbacher <[email protected]>
  • Loading branch information
heath-freenome and nickgros authored Oct 20, 2024
1 parent 5ea57c4 commit cf72e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/docs/api-reference/utility-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ Returns the superset of `formData` that includes the given set updated to includ
- [rootSchema]: S | undefined - The root schema, used to primarily to look up `$ref`s
- [includeUndefinedValues=false]: boolean | "excludeObjectChildren" - Optional flag, if true, cause undefined values to be added as defaults. If "excludeObjectChildren", cause undefined values for this object and pass `includeUndefinedValues` as false when computing defaults for any nested object properties.
- [experimental_defaultFormStateBehavior]: Experimental_DefaultFormStateBehavior - See `Form` documentation for the [experimental_defaultFormStateBehavior](./api-reference/form-props.md#experimental_defaultFormStateBehavior) prop
- [experimental_customMergeAllOf]: Experimental_CustomMergeAllOf&lt;S> - See `Form` documentation for the [experimental_customMergeAllOf](./api-reference/form-props.md#experimental_customMergeAllOf) prop
- [experimental_customMergeAllOf]: Experimental_CustomMergeAllOf&lt;S&gt; - See `Form` documentation for the [experimental_customMergeAllOf](./api-reference/form-props.md#experimental_customMergeAllOf) prop

#### Returns

Expand Down

0 comments on commit cf72e03

Please sign in to comment.