Alextr
February 19, 2024, 10:06pm
1
I currently have several radio group in same page, but click from one group update value from an other.
I can’t find any way to dynamically set a radio group name for each radio or a way to isolate each radio group
Any way to do this simple native html task ?
jptrinh
February 20, 2024, 7:17am
2
Changing the Element’s name in the Radius group settings isolate each group.
But it’s not bindable, so not sure about the dynamic part (or even how to make it as a component)…
Alextr
February 20, 2024, 2:03pm
3
It is in fact in my case in a component… The element’s name is not the solution for me, thanks you tho
Alextr
February 22, 2024, 3:17pm
4
I created a whole new custom component for radio group and fix the issue