You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: