Hi, I’m encountering unexpected behavior when dynamically changing the number of ion-radios within ion-radio-group.
I’m having an array (of employees) that I loop through to render ion-radios. Because there could be a lot of entities, there is also a feature to filter through them.
But when you do that, the selected radio button on a specific location keeps being selected even when the value changes.
Is this a bug or am I doing something wrong? Here’s a demo:
(try selecting “A” and searching for “B”. Wrong buttons will be selected)
Thanks in advance for any comments or suggestions!
3 posts - 2 participants