Open EGInsider opened 2 weeks ago
i even tried without the custom search function and even then i faced the same error
<MudSelectExtended MultiSelection="true" ItemCollection="_states" SearchBox="true" SearchBoxAutoFocus="false" T="string" Label="Standard Search" AnchorOrigin="Origin.BottomCenter" Variant="Variant.Outlined" HelperText="Search with 'Contains' logic" SearchBoxClearable="true" />
.csproj
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="MudBlazor" Version="7.15.0" />
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="7.0.2" />
I have the exact same problem :( searching works fine but I have the same error in my console. Edit: Are you also using InteractiveServerRenderMode ?
@Greenspart yeah searching works fine but error pops up on console....not sure of InteractiveServerRenderMode
setting. Can you give me a reference or sample code?
I can't reproduce it. Could you try with the latest (v 7.1.0)?
SAMPLE CODE
ERROR