havit/Havit.Blazor

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

Closed this issue · 1 comments

Currently, no tab seems to get selected.

  • The InitialActiveTabId seems to be a bad design. We should go for the bind-ActiveTabId instead. BREAKING CHANGE.

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).