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
Hello,
While using your component, I noticed that the isSelected status is not set according to the values I gave. I chose to use the Pro method for this and I faced the same problem here. And I updated the this.state.value3Index === i part of the code to be this.state.value3Index === radio_props[i].value and the problem went away.
It would be great if you could update like this.
Thanks for your work.
The text was updated successfully, but these errors were encountered:
Hello,
While using your component, I noticed that the isSelected status is not set according to the values I gave. I chose to use the Pro method for this and I faced the same problem here. And I updated the
this.state.value3Index === i
part of the code to bethis.state.value3Index === radio_props[i].value
and the problem went away.It would be great if you could update like this.
Thanks for your work.
The text was updated successfully, but these errors were encountered: