Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MD-TAB does not support [disabled] property #880

Closed
sinisarudan opened this issue Jul 18, 2016 · 2 comments
Closed

MD-TAB does not support [disabled] property #880

sinisarudan opened this issue Jul 18, 2016 · 2 comments
Assignees
Labels
feature This issue represents a new feature or feature request rather than a bug or bug fix

Comments

@sinisarudan
Copy link

sinisarudan commented Jul 18, 2016

Bug, feature request, or proposal:

MD-TAB does not support [disabled] property
https://github.com/angular/material2/tree/master/src/components/tabs

What is the expected behavior?

for the code

<md-tab-group>
    <md-tab [disabled]="true"></md-tab>
    <md-tab></md-tab>
</md-tab-group>

the first tab should be disabled

What is the current behavior?

both tabs are enabled, operational

What are the steps to reproduce?

create a code like this:

<md-tab-group>
    <md-tab [disabled]="true"></md-tab>
    <md-tab></md-tab>
</md-tab-group>

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

in Angular Material 1 it is functional:
https://material.angularjs.org/latest/demo/tabs

Which versions of Angular, Material, OS, browsers are affected?

Is there anything else we should know?

@jelbourn jelbourn added the feature This issue represents a new feature or feature request rather than a bug or bug fix label Jul 26, 2016
@robertmesserle
Copy link
Contributor

Duplicate of #645.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature This issue represents a new feature or feature request rather than a bug or bug fix
Projects
None yet
Development

No branches or pull requests

3 participants