-
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
Select is not changing value #592
Comments
I'm also seeing this behaviour as well with all Beta versions using |
+1 |
The component now requires you to handle the Check the examples to see how that works. (previously, value would be managed internally, but this was causing a lot of problems so that feature has been removed for 1.0.0) |
Ah, I noticed #586 is the problem for me. |
+1 |
Hello, I am using Select.Async but cant seem to make it show selected value, even tough onChange shows correct value.
I have this
options are successfully loaded (also loading bar is working) but when i click any element from select box input field remains empty. Any idea what could that be? what additional info can i provide?
Im using
"react": "^0.14.1"
and"react-select": "^1.0.0-beta5",
The text was updated successfully, but these errors were encountered: