gd-bs 6.6.7 → 6.6.8

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.
@@ -408,6 +408,7 @@ var _Dropdown = /** @class */ (function (_super) {
408
408
  el: menu,
409
409
  items: cbItems,
410
410
  multi: this.props.multi,
411
+ value: this.props.value,
411
412
  onChange: this.props.onChange ? function (values, ev) {
412
413
  // Pass the current values
413
414
  _this.props.onChange(_this.getValue(), ev);