Skip to content

Feature Request : Mat-Tab select by name. #11858

@AngularAnt

Description

@AngularAnt

Bug, feature request, or proposal:

Feature Request for material tabs

What is the expected behavior?

The ability to select a tab by its name, like this;

<mat-tab-group [selectedTab]="profile" >

<mat-tab label="Profile" name="profile">

What is the current behavior?

<mat-tab-group [selectedIndex]="4" >

What is the use-case or motivation for changing an existing behavior?

I am using the material tabs in a responsive app. When the app is in mobile size I display 5 tabs, when the app is in desktop size I display 3 tabs. The reason is since there is more room on the desktop I combine the content and show less tabs.

The issue is when I try to link to a specific tab via a URL. I would use a query parameter like ?tabindex=2. However since my tab index changes depending on the application size, the link will work in one case and not the other. So it would be useful to link to the tab by name like this, ?tab=profile. This way I can pass the name to the component and it can figure out the active tab regardless of the index number.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/tabsfeatureThis issue represents a new feature or feature request rather than a bug or bug fix

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions