ywana-core8 0.0.893 → 0.0.894

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
@@ -1472,6 +1472,7 @@
1472
1472
  function change(id, value) {
1473
1473
  if (predictive) {
1474
1474
  setLabel(value);
1475
+ if (value === "" && onChange) onChange(id, "");
1475
1476
  } else {
1476
1477
  if (onChange) onChange(id, value);
1477
1478
  }