ywana-core8 0.0.179 → 0.0.180

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
@@ -2848,7 +2848,7 @@
2848
2848
  }
2849
2849
 
2850
2850
  function renderField() {
2851
- var value1 = field.value ? field.value : field["default"];
2851
+ var value1 = field.value || field.value === "" ? field.value : field["default"];
2852
2852
  var isHidden = CHECK['isFunction'](hidden) ? hidden(field, value1) : hidden;
2853
2853
 
2854
2854
  if (isHidden) {