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