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
@@ -50,6 +50,7 @@ The `DynamicForm` can be configured with the following properties:
50
50
| disabled | boolean | no | Allows form to be disabled. Default value is `false`|
51
51
| disabledFields | string[]| no | InternalName of fields that should be disabled. Default value is `false`|
52
52
| enableFileSelection | boolean | no | Specify if the form should support the creation of a new list item in a document library attaching a file to it. This option is only available for document libraries and works only when the contentTypeId is specified and has a base type of type Document. Default value is `false`|
53
+
| fieldOrder | string[]| no | List of fields internal names. Specifies fields custom sorting. |
53
54
| hiddenFields | string[]| no | InternalName of fields that should be hidden. Default value is `false`|
54
55
| onListItemLoaded | (listItemData: any) => Promise<void>| no | List item loaded handler. Allows to access list item information after it's loaded.|
55
56
| 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`.|
0 commit comments