Skip to content

Commit 80d2564

Browse files
committed
docs for field overrides
1 parent 8a5838c commit 80d2564

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/documentation/docs/controls/DynamicForm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ The `DynamicForm` can be configured with the following properties:
4444
| onCancelled | () => void | no | Handler when form has been cancelled. |
4545
| returnListItemInstanceOnSubmit | boolean | no | Specifies if `onSubmitted` event should pass PnPJS list item (`IItem`) as a second parameter. Default - `true` |
4646
| webAbsoluteUrl | string | no | Absolute Web Url of target site (user requires permissions). |
47+
| fieldOverrides | {[columnInternalName: string] : {(fieldProperties: IDynamicFieldProps): React.ReactElement\<IDynamicFieldProps\>}} | no | Key value pair for fields you want to override. Key is the internal field name, value is the function to be called for the custom element to render. |

0 commit comments

Comments
 (0)