You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
areijngoudt opened this issue
Jun 19, 2017
· 1 comment
· Fixed by #5257
Assignees
Labels
featureThis issue represents a new feature or feature request rather than a bug or bug fixP4A relatively minor issue that is not relevant to core functions
Please add a (Input() disabled: boolean to the md-tab-link directive
What is the expected behavior?
Make the tab inactive and on-clickable
What is the current behavior?
It's not supported
What is the use-case or motivation for changing an existing behavior?
Depending on a specific situation, some tabs might not be available yet (e.g. when gtabs are used in a wizard kind of interface)
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
ng 4.1.3
material 2.0.0-beta-6
The text was updated successfully, but these errors were encountered:
jelbourn
added
feature
This issue represents a new feature or feature request rather than a bug or bug fix
P4
A relatively minor issue that is not relevant to core functions
labels
Jun 20, 2017
* Adds support for disabling tab links inside of the tab-nav-bar
* No longer requires having an extra directive for the ripples of tab links (no exposion of attributes like `mdRippleColor` - which could be flexible but should not be public API here)
Closesangular#5208
devversion
added a commit
to devversion/material2
that referenced
this issue
Jun 20, 2017
* Adds support for disabling tab links inside of the tab-nav-bar
* No longer requires having an extra directive for the ripples of tab links (no exposion of attributes like `mdRippleColor` - which could be flexible but should not be public API here)
Closesangular#5208
Adds support for disabling tab links inside of the tab-nav-bar
No longer requires having an extra directive for the ripples of tab links (no exposion of attributes like `mdRippleColor` - which could be flexible but should not be public API here)
Closes#5208
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
featureThis issue represents a new feature or feature request rather than a bug or bug fixP4A relatively minor issue that is not relevant to core functions
request
Please add a (Input() disabled: boolean to the md-tab-link directive
What is the expected behavior?
Make the tab inactive and on-clickable
What is the current behavior?
It's not supported
What is the use-case or motivation for changing an existing behavior?
Depending on a specific situation, some tabs might not be available yet (e.g. when gtabs are used in a wizard kind of interface)
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
ng 4.1.3
material 2.0.0-beta-6
The text was updated successfully, but these errors were encountered: