We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
value
input
Just updated to react 15.0.1 and got this warning:
Warning: value prop on input should not be null. Consider using the empty string to clear the component or undefined for uncontrolled components.
undefined
facebook/react#5048
The text was updated successfully, but these errors were encountered:
I was just about to add an issue for supporting 15.x. Looking in to it today.
Sorry, something went wrong.
fe2f881
@tkandr Let me know how it works out for you.
@petesaia Seems you forgot to update npm package :)
Done!
No branches or pull requests
Just updated to react 15.0.1 and got this warning:
Warning:
value
prop oninput
should not be null. Consider using the empty string to clear the component orundefined
for uncontrolled components.facebook/react#5048
The text was updated successfully, but these errors were encountered: