You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/docs/controls/DynamicForm.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ The `DynamicForm` can be configured with the following properties:
38
38
| contentTypeId | string | no | content type ID |
39
39
| disabled | boolean | no | Allows form to be disabled. Default value is `false`|
40
40
| disabledFields | string[]| no | InternalName of fields that should be disabled. Default value is `false`|
41
+
| hiddenFields | string[]| no | InternalName of fields that should be hidden. Default value is `false`|
41
42
| onListItemLoaded | (listItemData: any) => Promise<void>| no | List item loaded handler. Allows to access list item information after it's loaded.|
42
43
| onBeforeSubmit | (listItemData: any) => Promise<boolean>| no | Before submit handler. Allows to modify the object to be submitted or cancel the submission. To cancel, return `true`.|
43
44
| onSubmitted | (listItemData: any, listItem?: IItem) => void | no | Method that returns listItem data JSON object and PnPJS list item instance (`IItem`). |
0 commit comments