-
Notifications
You must be signed in to change notification settings - Fork 4.1k
using react-select as select only without option for entries #3147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@Danny-weebo For future reference, questions like this are best left for StackOverflow, and don't really fall into the repo bug tracker. That said, what you're looking for is the
The API docs are really helpful here. It's a lot of information (it's a powerful component), but worth reading through. |
yeah I missed this option, thanks again! |
thank you!!! |
For me passing |
Thank You, this was exactly what I needed 👍 |
Thank you so much , wasted hours to resolve this issue. This really helped. |
Uh oh!
There was an error while loading. Please reload this page.
Hey, I'm trying to prevent the user from any type of entries inside the input, so
react-select
will be used as a simple html tag, I faced this issue while I was trying to search for solution /issues/758 but its mainly about auto-complete .. I want to prevent the use of typing anything at all (when opening the select), just a selection. and idea how can it be done ? thanks.The text was updated successfully, but these errors were encountered: