Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@fgilde fgilde released this 17 Dec 14:30
· 1 commit to main since this release

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