Mehmet Can Karagöz

Results 98 comments of Mehmet Can Karagöz

https://m3.material.io/components/switch/guidelines Material clearly says switch is design for true or false selection. Material even doesn't suggest use switch on opposing options, instead of they offer button group. I also think...

It sounds more like a "community" or "extension" component 🙂

Did you test it manually? I have some comments about it. 1. By default space key also scrolls the page, you need to prevent default. 2. You wrote "toggle" in...

Working on some solutions. It's a design problem, so need to find the most efficient and also not breaking thing.

I think the code is a bit problematic. I probably bind the complete object, and use ToStringFunc to show true text https://try.mudblazor.com/snippet/muGcutGGoFzJxAKn

This issue is now closed. If you have further thoughts, please comment or open a new issue.

I think this kind of discussions only possible after .net7 https://github.com/dotnet/aspnetcore/issues/39837 MudMask already has some blinking in server-side due to async and bind processes not related directly to MudBlazor

Could you try with the last (preview) release?

As a workaround you can use `@bind-Text`.

> this workaround doesn't work: using `@bind-Text`, actually you can not use any item from dropdown menu. in fact,the component is not an `Autocomplete `anymore. No i mean use both...