@konoma-development/react-components 0.1.5 → 0.1.6
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.
|
@@ -16086,6 +16086,7 @@ function Select({
|
|
|
16086
16086
|
required,
|
|
16087
16087
|
error,
|
|
16088
16088
|
defaultValue,
|
|
16089
|
+
menuPlacement = "auto",
|
|
16089
16090
|
searchable = false,
|
|
16090
16091
|
label,
|
|
16091
16092
|
name,
|
|
@@ -16149,7 +16150,7 @@ function Select({
|
|
|
16149
16150
|
})
|
|
16150
16151
|
},
|
|
16151
16152
|
isSearchable: searchable,
|
|
16152
|
-
menuPlacement
|
|
16153
|
+
menuPlacement,
|
|
16153
16154
|
isDisabled: disabled,
|
|
16154
16155
|
name,
|
|
16155
16156
|
classNames: {
|