Blazor.Fast icon indicating copy to clipboard operation
Blazor.Fast copied to clipboard

Fix Checkbox and Switch so they can use @bind-

Open vertonghenb opened this issue 5 years ago • 0 comments

Currently the Checkboxes and Switches cannot use @bind due to some internal issue with Blazor. I've already created a PR to fix it but it will only happen in the first previews of .NET 6.0.

Issue: https://github.com/dotnet/aspnetcore/issues/24916 PR: https://github.com/dotnet/aspnetcore/pull/27030

vertonghenb avatar Oct 22 '20 19:10 vertonghenb