akeyless-client-commons 1.0.212 → 1.0.213
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/components/index.js
CHANGED
|
@@ -4710,7 +4710,9 @@ var MultipleSelector = (0, import_react9.forwardRef)(function(param, ref) {
|
|
|
4710
4710
|
setSelected(newOptions);
|
|
4711
4711
|
onChange === null || onChange === void 0 ? void 0 : onChange(newOptions);
|
|
4712
4712
|
if (closeDropdownOnSelect) {
|
|
4713
|
+
var _inputRef_current;
|
|
4713
4714
|
setOpen(false);
|
|
4715
|
+
(_inputRef_current = inputRef.current) === null || _inputRef_current === void 0 ? void 0 : _inputRef_current.blur();
|
|
4714
4716
|
}
|
|
4715
4717
|
},
|
|
4716
4718
|
className: cn("cursor-pointer", option.disable && "cursor-not-allowed opacity-50", dropdownOptionClassName),
|
|
@@ -4494,7 +4494,9 @@ var MultipleSelector = forwardRef6(function(param, ref) {
|
|
|
4494
4494
|
setSelected(newOptions);
|
|
4495
4495
|
onChange === null || onChange === void 0 ? void 0 : onChange(newOptions);
|
|
4496
4496
|
if (closeDropdownOnSelect) {
|
|
4497
|
+
var _inputRef_current;
|
|
4497
4498
|
setOpen(false);
|
|
4499
|
+
(_inputRef_current = inputRef.current) === null || _inputRef_current === void 0 ? void 0 : _inputRef_current.blur();
|
|
4498
4500
|
}
|
|
4499
4501
|
},
|
|
4500
4502
|
className: cn("cursor-pointer", option.disable && "cursor-not-allowed opacity-50", dropdownOptionClassName),
|