-
|
Hi, is there a way to make the select open at the top when it's at the bottom of the screen? |
Beta Was this translation helpful? Give feedback.
Answered by
csandman
Jul 24, 2024
Replies: 1 comment
-
|
Yeah, you can set the
— https://react-select.com/props The default value for it is |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bruninoit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, you can set the
menuPlacementprop to"auto":— https://react-select.com/props
The default value for it is
"bottom".