Skip to content

Commit b550fad

Browse files
update Dynamic Form docs
1 parent d6bcb12 commit b550fad

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
@@ -38,6 +38,7 @@ The `DynamicForm` can be configured with the following properties:
3838
| contentTypeId | string | no | content type ID |
3939
| disabled | boolean | no | Allows form to be disabled. Default value is `false`|
4040
| 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`|
4142
| onListItemLoaded | (listItemData: any) => Promise<void> | no | List item loaded handler. Allows to access list item information after it's loaded.|
4243
| 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`.|
4344
| onSubmitted | (listItemData: any, listItem?: IItem) => void | no | Method that returns listItem data JSON object and PnPJS list item instance (`IItem`). |

0 commit comments

Comments
 (0)