Replies: 2 comments
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
-
3 Things I noticed in your sample:
Example here: |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Recently I started to work with radio buttons and I need to handle the values via the composition API. So, my approach was to create a custom input component, but when I try to select one of the three options each one is checked, and the previous selection is not unchecked.
In the vue devtools it appears that I have three radio buttons with the same name but each one have his corresponding value, maybe that is the problem. But I have not found a way to make it work, and I could not find any example with the composition api in the documentation or github or the logaretm codesandbox.
Here is a portion of the code and how I'm using it
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions