Replies: 1 comment
-
Different behaviors are so obvious. Thanks for the example. I'll dive into it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently building a form, iterating over data and passing that data to a SFC that contains PrimeVue's RadioButton, and using slotted content to populate the label. While the result looks correct, the radio button behaviour is weird -- each radio button can be selected even though they all share the same value in the name attribute. I've tested my code swapping out the RadioButton component for a plain old html input radio element and that works as expected. What am I missing?
Parent component:
Child component:
Beta Was this translation helpful? Give feedback.
All reactions