When providing a method to the OnBlur parameter of a mud select extended, it never seems to be called:
OnBlur="@(() => BlurTesting())"
private void BlurTesting() {
var test = "";
Console.WriteLine("testing");
}
This line is never invoked nor hit on a breakpoint while debugging. I tried several variation's of the parameter (based on MudBlazor's docs) including "OnBlurred", "OnBlurAsync", "OnBlurredAsync", & "OnFocusOut", which no luck with any of them.
When providing a method to the OnBlur parameter of a mud select extended, it never seems to be called:
OnBlur="@(() => BlurTesting())"
This line is never invoked nor hit on a breakpoint while debugging. I tried several variation's of the parameter (based on MudBlazor's docs) including "OnBlurred", "OnBlurAsync", "OnBlurredAsync", & "OnFocusOut", which no luck with any of them.
I had the same issue with OnFocus.