ywana-core8 0.0.185 → 0.0.186

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.
@@ -2982,7 +2982,8 @@ var StringEditor = function StringEditor(_ref6) {
2982
2982
  return /*#__PURE__*/React.createElement("div", {
2983
2983
  className: "field-editor string-editor"
2984
2984
  }, format === FORMATS.HTML ? /*#__PURE__*/React.createElement(Editor, {
2985
- value: value
2985
+ value: value,
2986
+ onChange: change
2986
2987
  }) : null, format === FORMATS.DATE ? /*#__PURE__*/React.createElement(TextField, {
2987
2988
  outlined: outlined,
2988
2989
  id: id,