SaschaXVII
✅ @onchange event not triggering
Oh, this actually looks like its a Server Component, which by default would make it non-interactive. To make it an interactive component and therefore support event binding add
@rendermode InteractiveServer
to the top. That is assuming you're in .NET 8?13 replies