Skip to content
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

Radio onChange does not fire when its deselected. #271

Closed
hbowden opened this issue Aug 28, 2017 · 1 comment
Closed

Radio onChange does not fire when its deselected. #271

hbowden opened this issue Aug 28, 2017 · 1 comment

Comments

@hbowden
Copy link
Contributor

hbowden commented Aug 28, 2017

Radio onChange does not fire when another radio with the same name is selected and makes the original radio deselected. Then when clicking the original Radio it will falsely show that it is not selected.

@hbowden
Copy link
Contributor Author

hbowden commented Sep 1, 2017

React does not fire an event for true to false events so we would have to use raw javascript and make a custom solution 1. However most if not all users will be using a radio component with at least one other radio and is only concerned with the value of the selected radio.

@hbowden hbowden closed this as completed Sep 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant