I have search functionality implemented using mat-tab, I need no tab selected on initial load.
Tab should get active only when user clicks on specific tab.
Currently, first tab is active on load.
I have tried setting selectedIndex="null" but didn't work.
Also, I need reset the selected tab on a button click.
