@douyinfe/semi-ui 2.38.3-alpha.2-patch-2254 → 2.38.3-alpha.2-patch-select-max

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.
@@ -66816,7 +66816,7 @@ class SelectFoundation extends foundation {
66816
66816
  label
66817
66817
  }, rest));
66818
66818
  selections.delete(label);
66819
- } else if (maxLimit && selections.size === maxLimit) {
66819
+ } else if (maxLimit && selections.size >= maxLimit) {
66820
66820
  this._adapter.notifyMaxLimit(Object.assign({
66821
66821
  value,
66822
66822
  label