CodeBeam.MudBlazor.Extensions icon indicating copy to clipboard operation
CodeBeam.MudBlazor.Extensions copied to clipboard

MudSelectExtended Event Callback Issues (6.92)

Open mistahoward opened this issue 1 year ago • 3 comments
trafficstars

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.

mistahoward avatar Jul 25 '24 19:07 mistahoward

Does it same for MudSelect also or is it only about the extended component?

mckaragoz avatar Aug 14 '24 07:08 mckaragoz

Same here, not working

evgeny-ykm avatar Nov 26 '24 13:11 evgeny-ykm

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

alanlecart avatar Dec 30 '24 14:12 alanlecart