optimized-react-component-library-xyz123 0.13.3 → 0.13.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.
package/dist/index.js CHANGED
@@ -1297,6 +1297,7 @@ var MultipleTextField = ({
1297
1297
  alert("Updated text fields: " + JSON.stringify(updatedTextFields));
1298
1298
  setTextfieldValues(updatedTextFields.map((field) => field.value));
1299
1299
  const e = { target: { value: textfieldValues.toString() } };
1300
+ handleQuestionInputChange(e, question);
1300
1301
  };
1301
1302
  return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(import_jsx_runtime14.Fragment, { children: [
1302
1303
  !showPreview && question.visible && /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { id: questionId, className: "pts-root-question pts-multipleTextField-container", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("fieldset", { children: [