ywana-core8 0.0.180 → 0.0.181

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
@@ -3028,7 +3028,7 @@
3028
3028
  if (onChange) onChange(id, value);
3029
3029
  }
3030
3030
 
3031
- var val = value || field["default"];
3031
+ var val = value || value === "" ? value : field["default"];
3032
3032
  var min = field.min;
3033
3033
  var max = field.max;
3034
3034
  var disabled = !editable;