-
Notifications
You must be signed in to change notification settings - Fork 17
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
disabled prop doesn't work on state change #168
Comments
I think this happened on the latest release. Perhaps I'll instead filter out See #166 |
Hi @cvlmtg , sorry for not getting back to you sooner. React recommends this as a way work without the now deprecated So you'd have to change the key with whatever you are changing <Select |
@benbowes ok thanks! |
Hi, if you look at this example:
https://codesandbox.io/s/peaceful-lewin-csrnm
changing the
disabled
prop on a new render doesn't disable the select. The select is disabled only ifdisabled
is true on the component mount.The text was updated successfully, but these errors were encountered: