datasync-dynamic-form 1.0.23 → 1.0.24

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.
@@ -157,7 +157,7 @@ class DsDynamicForm extends _react.Component {
157
157
  this.local_data_blob.data_tier[pFieldObject.name] = value;
158
158
 
159
159
  //onFormChange handler return current form value to caller - PMAB onn 2025-02-03
160
- if (this.props.onFormChange) this.props.onFormChange(this.data_blob.data_tier);
160
+ if (this.props.onFormChange) this.props.onFormChange(this.local_data_blob.data_tier);
161
161
  if (globals.parameters.debugging) {
162
162
  console.log("01:setFieldData[", pFieldObject.name, "] value->", value);
163
163
  console.log("01:setFieldData[", pFieldObject.name, "] this.local_data_blob.data_tier ->", this.local_data_blob.data_tier);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datasync-dynamic-form",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "Datasync Dynamic Form component",
5
5
  "main": "./dist/components/DsDynamicForm",
6
6
  "types": "./dist/components/DsDynamicForm",