Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I have found a situation when ButtonGroup control work incorrectly from my point of view. In attachment you have a sample project to reproduce the problem.
When you open it in Visual Studio and start you will see ButtonGroup control with two buttons:
Now please click many times on For rent button. Every time when you click on it, you will see that label below is changing (from For rent to for living) but selection in ButtonGroup stays on For rent button always.
From my point of view, when we click on the selected button, bind-Selected shouldn't be called (now every time we click, ButtonGroup control sends true and false value)
If you need more info, please let me know.