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.
@@ -3024,7 +3024,7 @@ var NumberEditor = function NumberEditor(_ref7) {
3024
3024
  if (onChange) onChange(id, value);
3025
3025
  }
3026
3026
 
3027
- var val = value || field["default"];
3027
+ var val = value || value === "" ? value : field["default"];
3028
3028
  var min = field.min;
3029
3029
  var max = field.max;
3030
3030
  var disabled = !editable;