[HxTabPanel] When `InitialActiveTabId` not set, first tab should be default
Closed this issue · 1 comments
hakenr commented
Currently, no tab seems to get selected.
- The
InitialActiveTabId
seems to be a bad design. We should go for thebind-ActiveTabId
instead. BREAKING CHANGE.
hakenr commented
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
).