ywana-core8 0.0.415 → 0.0.416

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.cjs CHANGED
@@ -1855,7 +1855,6 @@ var StringCellViewer = function StringCellViewer(_ref7) {
1855
1855
  break;
1856
1856
  }
1857
1857
 
1858
- console.log(value, format);
1859
1858
  return /*#__PURE__*/React__default["default"].createElement("div", {
1860
1859
  className: "field-editor string-viewer"
1861
1860
  }, text);
@@ -4161,7 +4160,8 @@ var StringEditor = function StringEditor(_ref6) {
4161
4160
  label: label,
4162
4161
  onChange: change,
4163
4162
  readOnly: !editable,
4164
- options: buildOptions()
4163
+ options: buildOptions(),
4164
+ init: value
4165
4165
  });
4166
4166
 
4167
4167
  default: