'How to trigger a method when a radio option is selected in MudBlazor?
I have a Blazor component with MudBlazor MudRadioGroup with multiple options. I want to trigger a method in code-behind when one of those options is selected by the user. I see that onchange or onclick events do not work (pls correct me if i am wrong) for radio buttons. So if the options are Yes and No, i want to display a dialogue if user selects 'Yes' but struggling to find a solution so far. Any help would be highly appreciated. Thanks.
Yes NoSources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
