@bitrise/bitkit 13.226.0 → 13.227.0
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/package.json
CHANGED
|
@@ -217,9 +217,12 @@ function useDropdown<T>({
|
|
|
217
217
|
|
|
218
218
|
return args.value;
|
|
219
219
|
});
|
|
220
|
-
|
|
220
|
+
|
|
221
|
+
if (!isMultiSelect) {
|
|
222
|
+
close();
|
|
223
|
+
}
|
|
221
224
|
},
|
|
222
|
-
[close, setFormValue],
|
|
225
|
+
[close, isMultiSelect, setFormValue],
|
|
223
226
|
);
|
|
224
227
|
const context = useMemo(
|
|
225
228
|
() => ({
|