@homecode/ui 4.20.0-beta-3 → 4.20.0-beta-4

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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homecode/ui",
3
- "version": "4.20.0-beta-3",
3
+ "version": "4.20.0-beta-4",
4
4
  "description": "React UI components library",
5
5
  "scripts": {
6
6
  "test": "jest",