ywana-core8 0.0.513 → 0.0.514

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.umd.js CHANGED
@@ -1832,7 +1832,7 @@
1832
1832
  var text = value[field.id];
1833
1833
 
1834
1834
  if (field.format) {
1835
- switch (format) {
1835
+ switch (field.format) {
1836
1836
  case FORMATS.COLOR:
1837
1837
  text = /*#__PURE__*/React__default["default"].createElement("input", {
1838
1838
  type: "color",