@homebound/beam 2.417.1 → 2.417.2
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 +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10758,6 +10758,7 @@ function ComboBoxBase(props) {
|
|
|
10758
10758
|
onSelect(keys.map(keyToValue), newSelectedOptions);
|
|
10759
10759
|
} else {
|
|
10760
10760
|
const key = newValue;
|
|
10761
|
+
if (key === selectedKeys[0]) return;
|
|
10761
10762
|
if (key === null || key === void 0) {
|
|
10762
10763
|
onSelect([], []);
|
|
10763
10764
|
return;
|