About Radio Component #1626
Unanswered
WAELKASSEM
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It's probably because you have |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using multiple Radio Components without the Radio Group.
But I can't get the bind-Checked attribute to work correctly...It only works on the first click. True doesn't revert back to false in code. However in terms of UI it works fine. I've tried to trigger StateHasChanged() and multiple other approaches but no luck.
I've used this syntax :
<Radio TValue="bool" Group="choices" Value="@true" @bind-Checked="choice1"></Radio>
I'm using the @OnClick event to change the boolean values manually... but for multiple radio buttons it's an issue.
Is this a bug? am I missing something ?
Beta Was this translation helpful? Give feedback.
All reactions