optimized-react-component-library-xyz123 0.13.5 → 0.13.6

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.
package/dist/index.js CHANGED
@@ -1296,7 +1296,7 @@ var MultipleTextField = ({
1296
1296
  setArrayOfTextFields(updatedTextFields);
1297
1297
  alert("Updated text fields: " + JSON.stringify(updatedTextFields));
1298
1298
  setTextfieldValues(updatedTextFields.map((field) => field.value));
1299
- const e = { target: { value: updatedTextFields.toString() } };
1299
+ const e = { target: { value: updatedTextFields.map((field) => field.value).toString() } };
1300
1300
  handleQuestionInputChange(e, question);
1301
1301
  };
1302
1302
  return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(import_jsx_runtime14.Fragment, { children: [