ywana-core8 0.0.172 → 0.0.173

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
@@ -949,7 +949,10 @@
949
949
  var option = options.find(function (option) {
950
950
  return option.value === value;
951
951
  });
952
- if (option) setLabel(option.label);
952
+
953
+ var _label = option ? option.label : "";
954
+
955
+ setLabel(_label);
953
956
  }
954
957
  }, [value]);
955
958