Asp.net – InputSelect @bind-Value Not Updating in Blazor Component
I have a Blazor component where I use an InputSelect to allow users to select a role for a user. The issue is that the @bind-Value of the InputSelect does not update the SelectedRole variable as expected. When I try…