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
Do you want to request a feature or report a bug? Bug
What is the current behavior? Radio button only fires the onChange event once for each option.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar (template: https://jsfiddle.net/84v837e9/).
Demo code: https://jsfiddle.net/84v837e9/154/
What is the expected behavior? Radio button should fire the onChange event whenever value is changed.
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
Current latest version (15.6.1)
The text was updated successfully, but these errors were encountered:
Hey @hieudole! I believe this is a duplicate of #9988 (same issue, different context)
This should be resolved in the next 15.6 release thanks to #10186
Thanks!
Sorry, something went wrong.
@aweary Has this been released yet?
@vebjorni not yet, it should be included in the 15.6.2 release
No branches or pull requests
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Radio button only fires the onChange event once for each option.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar (template: https://jsfiddle.net/84v837e9/).
Demo code: https://jsfiddle.net/84v837e9/154/
What is the expected behavior?
Radio button should fire the onChange event whenever value is changed.
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
Current latest version (15.6.1)
The text was updated successfully, but these errors were encountered: