CodeBeam.MudBlazor.Extensions
CodeBeam.MudBlazor.Extensions copied to clipboard
MudSelectExtended Event Callback Issues (6.92)
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.
I had the same issue with OnFocus.
Does it same for MudSelect also or is it only about the extended component?
Same here, not working
en providing a method to the OnBlur parameter of a mud select extended, it never seems to be
Same on the original component, an issue was created in february MudBlazor Issues 8145