Hello,
i am using a SfTab and adding TabItems dynamicaly setting the header to a string and the content to a component.
This component has a parameter i use inside this component to show some data based on this parameter. Therefor i use the OnIntializedAsync event.
Every time i switch from one tab to the other tab the component inside the tab is receiving the OnInitializedAsync and the previous already loaded data is getting overriden.
Does it work as designed or do i make some mistakes.
I am quite new to blazor components.
Thanks for you help
Cheers