-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Multiselect not working #1308
Comments
Still facing the same issue. |
FYI - had the same problem. Temporarily fixed by downgrading to 0.9.1. |
I am also having this problem on 1.0.0, going back to 0.9.1 fixed it for me as well. |
@digitalmio @KevinBrolly it works for me now, It was my mistake earlier. This is the code which I used and it works perfectly fine for me. @JedWatson sorry for opening this issue. It was my mistake earlier. Closing this issue.
|
Ugh - so to sum up, and to hopefully help out whoever shows up here from Google, you need to manually manage the value to the |
Would this PR resolve the issue? |
react-select (1.0.0) in multi mode is not working in latest version of chrome |
Yeah, I am seeing a similar issue where the multi select menu will not open after selecting the first value. Any thoughts? |
Same issue as @chevonc described |
Maybe it can help someone... I just forgot to import the CSS at the beginning, after that it worked properly: By the way, it is in the docs on "Installation" although it is not in the "multiselect" exemple page. |
It works for me but if you see docs |
@JedWatson I am trying to implement a multi-select dropdown in my app using react-select. The problem what I am facing is when I add the
multi={true}
flag, the values are not being selected from the options in the dropdown list.It has the same problem in one of your examples on the website, the numeric-values example with multi-select enabled.
I am attaching the code for my dropdown here, please tell me if I am going wrong anywhere:
Dropdown.jsx
and I am using this Dropdown component as follows:
When i try to select a value from the dropdown, it doesn't even get selected.
The text was updated successfully, but these errors were encountered: