Mehmet Can Karagöz

Results 98 comments of Mehmet Can Karagöz

Static Server Side mode not intended to work with rich UI components. Static mode does not support events etc.

> But from what I understand there were some bugs even with that mode? I just run plain server mode and will everything work alright as it is? Anyway, a...

> There are a couple of issues about those already so best to reply in them. > #7774 being the most notable. I believe most of the issues related to...

It's probably some install issue. Make sure that client project also has MudThemeProvider and it's own webassembly definitions.

As a workaround you can use extended MudList component and call ForceUpdate method. Like: ```razor Item 1 Item 2 Item 3 Item 4 @code { MudListExtended _list; protected override void...

Now MudSelectExtended is released. It should fix your issue. Ready on Nuget: https://www.nuget.org/packages/CodeBeam.MudExtensions/6.2.1 Try online: https://codebeam-mudextensions.pages.dev/mudselectextended

My opinion is removing all Adornment parameters from all inputs. Let's power the MudField. MudField's all aim is stack more components with an input. With this way we simplified inputs...