We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 https://github.com/angular/material2/tree/master/src/components/tabs
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
both tabs are enabled, operational
create a code like this:
in Angular Material 1 it is functional: https://material.angularjs.org/latest/demo/tabs
The text was updated successfully, but these errors were encountered:
disabled
Duplicate of #645.
Sorry, something went wrong.
feat(tabs): adds support for disabled tabs (#934)
9d51deb
closes #880
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.
robertmesserle
No branches or pull requests
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
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:
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?
The text was updated successfully, but these errors were encountered: