@konoma-development/react-components 0.1.12 → 0.1.13
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.
|
@@ -14280,7 +14280,7 @@ function Select({
|
|
|
14280
14280
|
error,
|
|
14281
14281
|
defaultValue,
|
|
14282
14282
|
menuPlacement = "auto",
|
|
14283
|
-
searchable =
|
|
14283
|
+
searchable = true,
|
|
14284
14284
|
label,
|
|
14285
14285
|
name,
|
|
14286
14286
|
isClearable = false,
|