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: CHANGELOG.json
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,17 @@
28
28
"[wuxiaojun514](https://github.com/wuxiaojun514)"
29
29
]
30
30
},
31
+
{
32
+
"version": "3.16.2",
33
+
"changes": {
34
+
"fixes": [
35
+
"`DynamicForm`: Fixing the previous version's issue [#1736](https://github.com/pnp/sp-dev-fx-controls-react/pull/1736) (introduced in [#1718](https://github.com/pnp/sp-dev-fx-controls-react/pull/1718))"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,16 @@
21
21
22
22
Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Lars Fernhomberg](https://github.com/lafe), [Mark Bice](https://github.com/mbice), [Michaël Maillot](https://github.com/michaelmaillot), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Tom G](https://github.com/t0mgerman), [wuxiaojun514](https://github.com/wuxiaojun514).
23
23
24
+
## 3.16.2
25
+
26
+
### Fixes
27
+
28
+
-`DynamicForm`: Fixing the previous version's issue [#1736](https://github.com/pnp/sp-dev-fx-controls-react/pull/1736) (introduced in [#1718](https://github.com/pnp/sp-dev-fx-controls-react/pull/1718))
29
+
30
+
### Contributors
31
+
32
+
Special thanks to our contributor: [IRRDC](https://github.com/IRRDC).
Copy file name to clipboardExpand all lines: docs/documentation/docs/about/release-notes.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,16 @@
21
21
22
22
Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Lars Fernhomberg](https://github.com/lafe), [Mark Bice](https://github.com/mbice), [Michaël Maillot](https://github.com/michaelmaillot), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Tom G](https://github.com/t0mgerman), [wuxiaojun514](https://github.com/wuxiaojun514).
23
23
24
+
## 3.16.2
25
+
26
+
### Fixes
27
+
28
+
-`DynamicForm`: Fixing the previous version's issue [#1736](https://github.com/pnp/sp-dev-fx-controls-react/pull/1736) (introduced in [#1718](https://github.com/pnp/sp-dev-fx-controls-react/pull/1718))
29
+
30
+
### Contributors
31
+
32
+
Special thanks to our contributor: [IRRDC](https://github.com/IRRDC).
// Read the ID of the just created folder or Document Set
668
668
constfolderId=fields[idField];
669
-
669
+
670
670
// Set the content type ID for the target item
671
671
objects[contentTypeIdField]=contentTypeId;
672
672
// Update the just created folder or Document Set
@@ -783,7 +783,7 @@ export class DynamicForm extends React.Component<
783
783
fieldCollection: fieldCol,
784
784
validationErrors
785
785
},()=>{
786
-
if(validate)this.performValidation();
786
+
if(validate)this.performValidation();
787
787
});
788
788
};
789
789
@@ -820,7 +820,7 @@ export class DynamicForm extends React.Component<
820
820
* @param formulas A Record / dictionary-like object, where key is internal column name and value is an object with ValidationFormula and ValidationMessage properties
821
821
* @param returnMessages Determines whether a Record of error messages is returned or an array of column names that have failed validation
822
822
* @param requireValue Set to true if the formula should only be evaluated when the field has a value
0 commit comments