C#C
C#3y ago
Naarfy

❔ Blazor @bind not triggering update

Hello everyone

I'm trying to display a select that will trigger a database fetch on select and display the values with Blazor and .NET8. The issue i'm facing is that @bind doesnt seem to update my variable. I also try different things with @onchange, @oninput or @onselect but it seems like it's never firing any function

Obviously I'm missing something here but I can't see what
Was this page helpful?