mainstack-design-system 0.7.44 → 0.7.45
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.
|
@@ -11112,7 +11112,7 @@ const ge = {
|
|
|
11112
11112
|
value: b,
|
|
11113
11113
|
onChange: (k) => {
|
|
11114
11114
|
var S;
|
|
11115
|
-
d && (d(k), (S = Z == null ? void 0 : Z.current) == null || S.blur());
|
|
11115
|
+
d && (d(k), h || (S = Z == null ? void 0 : Z.current) == null || S.blur());
|
|
11116
11116
|
},
|
|
11117
11117
|
onInputChange: (k) => {
|
|
11118
11118
|
p && p(k);
|
|
@@ -11209,8 +11209,8 @@ const ge = {
|
|
|
11209
11209
|
isMulti: h,
|
|
11210
11210
|
isClearable: !0,
|
|
11211
11211
|
onChange: (Z) => {
|
|
11212
|
-
var V
|
|
11213
|
-
d && (
|
|
11212
|
+
var V;
|
|
11213
|
+
d && (d(Z), h || (V = I == null ? void 0 : I.current) == null || V.blur());
|
|
11214
11214
|
},
|
|
11215
11215
|
onInputChange: (Z) => {
|
|
11216
11216
|
p && p(Z), _(Z);
|