MudBlazor on net8, MudSelect not working
first of all: i googled this issue 9999 times and couldn't find solution.
https://github.com/MudBlazor/MudBlazor/issues/7510 - tried to set interactiveServer for one component, for entire application, nothing worked, when i click select button it doesn't show me options. When i set ref to select and attempt to use method "OpenMenu", it hang itd what i'm doing wrong.
Using .net8 and newest mudblazor lib
GitHub
MudBlazor JS doesn't seem to work with the .Net 8 (RC) Blazor App t...
Bug type Other Component name No response What happened? This morning, upgraded an app to .Net 8, Blazor App w/ AddServerComponents, as the app was running as a blazor server app. Mudblazor JavaScr...
5 Replies
Does your App.razor have
@rendermode="@InteractiveServer"
in <HeadOutlet /> and <Routes /> ?tried, but doesn't work
did you manage to fix it ever?
having the same issue also with MudDatePicker and MudSelect, tried putting @rendermode="@InteractiveServer" everywhere also
I didnt
did you switch back to .net 7 or what?