@capillarytech/blaze-ui 0.1.6-alpha.46 → 0.1.6-alpha.47
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.
|
@@ -197,7 +197,7 @@ const CapUnifiedSelect = ({
|
|
|
197
197
|
);
|
|
198
198
|
}, [headerLabel, tooltip, bylineText, disabled]);
|
|
199
199
|
|
|
200
|
-
const renderDropdown =
|
|
200
|
+
const renderDropdown = useCallback(() => {
|
|
201
201
|
const currentItems = filteredTree;
|
|
202
202
|
const selectedCount = Array.isArray(tempValue)
|
|
203
203
|
? isTree
|
package/package.json
CHANGED