Skip to content

Commit 258d4ea

Browse files
committed
docs update
1 parent fd99a92 commit 258d4ea

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/documentation/docs/controls/DynamicForm.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,11 @@ The `DynamicForm` can be configured with the following properties:
4848
| webAbsoluteUrl | string | no | Absolute Web Url of target site (user requires permissions). |
4949
| 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. |
5050
| respectEtag | boolean | no | Specifies if the form should respect the ETag of the item. Default - `true` |
51+
| validationErrorDialogProps | IValidationErrorDialogProps | no | Specifies validation error dialog properties |
52+
53+
## Validation Error Dialog Properties `IValidationErrorDialogProps`
54+
| Property | Type | Required | Description |
55+
| ---- | ---- | ---- | ---- |
56+
| showDialogOnValidationError | boolean | no | Specifies if the dialog should be shown on validation error. Default - `false` |
57+
| customTitle | string | no | Specifies a custom title to be shown in the validation dialog. Default - empty |
58+
| customMessage | string | no | Specifies a custom message to be shown in the validation dialog. Default - empty |

0 commit comments

Comments
 (0)