mainstack-design-system 0.2.6 → 0.2.7
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.
|
@@ -63512,7 +63512,7 @@ const Xue = ({
|
|
|
63512
63512
|
value: i,
|
|
63513
63513
|
defaultValue: d,
|
|
63514
63514
|
onChange: (L) => {
|
|
63515
|
-
M(L), l && l();
|
|
63515
|
+
M(L), l && l(L);
|
|
63516
63516
|
},
|
|
63517
63517
|
placeholder: c || "Type something...",
|
|
63518
63518
|
bg: ie.white100,
|