@flozy/editor 10.3.3 → 10.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -159,7 +159,8 @@ const Form = props => {
|
|
159
159
|
[pair[0]]: pair[1],
|
160
160
|
placeholder: placeholder,
|
161
161
|
form_name: formName,
|
162
|
-
tagName: tagName
|
162
|
+
tagName: tagName,
|
163
|
+
uid: fieldData?.uid
|
163
164
|
});
|
164
165
|
}
|
165
166
|
let params = {
|
@@ -414,6 +415,7 @@ const Form = props => {
|
|
414
415
|
lineHeight: 1.43,
|
415
416
|
...formSX
|
416
417
|
},
|
418
|
+
ref: formEle,
|
417
419
|
children: [/*#__PURE__*/_jsx(Grid, {
|
418
420
|
className: "form-grid",
|
419
421
|
item: true,
|