-
Hey everyone, just wondering if there is a way to not open the dropdown on clicking the react-select component, when there are no Options available. If I add a custom NoOptionsMessage component like this for example:
I will still see a small piece of the dropdown options list. |
Beta Was this translation helpful? Give feedback.
Answered by
fre-ben
Aug 24, 2021
Replies: 1 comment
-
Actually just found a way...
will do the trick :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fre-ben
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually just found a way...
For anyone wondering:
will do the trick :)