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.
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 === ipart of the code to bethis.state.value3Index === radio_props[i].valueand the problem went away.It would be great if you could update like this.
Thanks for your work.