@homecode/ui 4.20.0-beta-3 → 4.20.0-beta-5
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.
|
@@ -167,7 +167,7 @@ function Select2(props) {
|
|
|
167
167
|
return label ? [...acc, label] : acc;
|
|
168
168
|
}, [])
|
|
169
169
|
.join(', '));
|
|
170
|
-
}, [isMultiple$1, value]);
|
|
170
|
+
}, [isMultiple$1, value, ids]);
|
|
171
171
|
// console.log('selectedLabel::', selectedLabel);
|
|
172
172
|
const triggerArrow = useMemo(() => {
|
|
173
173
|
if (inputProps?.hasClear && searchVal)
|