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.cjs CHANGED
@@ -1479,6 +1479,7 @@ var DropDown = function DropDown(props) {
1479
1479
  function change(id, value) {
1480
1480
  if (predictive) {
1481
1481
  setLabel(value);
1482
+ if (value === "" && onChange) onChange(id, "");
1482
1483
  } else {
1483
1484
  if (onChange) onChange(id, value);
1484
1485
  }