MudBlazor.Extensions 2.1.0 Nuget
- 2.1.0 > MudExObject now supports default focused element within the meta configuration with
meta.Property(m => m.LastName).WithDefaultFocus()
- 2.1.0 > MudExObject edit now has AutoFocus for first input field if no other focus is configured
- 2.1.0 > Provide a Middleware again without deprecated UseMudExtensions now you should use
app.Use(MudExWebApp.MudExMiddleware);
- 2.1.0 > Fix another bug with dialog that occured on webassembly projects hosted in a .net8 runtime