havit / Havit.Blazor

Free Bootstrap 5 components for ASP.NET Blazor + optional enterprise-level stack for Blazor development (gRPC code-first, layered architecture, localization, auth, ...)
https://havit.blazor.eu
MIT License
463 stars 63 forks source link

[HxTabPanel] When `InitialActiveTabId` not set, first tab should be default #796

Closed hakenr closed 3 months ago

hakenr commented 3 months ago

Currently, no tab seems to get selected.

hakenr commented 3 months ago

For now, I decided to keep the InitialActiveTabId parameter without marking it as [Obsolete]. We are considering deprecating this parameter. Please use <see cref="ActiveTabId"/> instead (@bind-ActiveTabId).