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
https://stackblitz.com/edit/angular-auqmtj
The tab should both not be clickable and appear disabled like disabled tabs when not using nzLinkRouter.
The tab does not appear visually disabled and is also clickable as if it was a normal enabled tab.
(Note that even with nzLinkRouter when using span[nz-tab-link] instead of a[nz-tab-link] the behavior is correct.)
The text was updated successfully, but these errors were encountered:
fix(module:tabs): tab-link cannot be disabled
8a5ce8f
close NG-ZORRO#5549, close NG-ZORRO#5543
1902135
5f42d51
9216a9f
fix(module:tabs): tab-link cannot be disabled (#5759)
1afabd4
close #5549, close #5543
vthinkxie
NearZXH
Successfully merging a pull request may close this issue.
Reproduction link
https://stackblitz.com/edit/angular-auqmtj
Steps to reproduce
What is expected?
The tab should both not be clickable and appear disabled like disabled tabs when not using nzLinkRouter.
What is actually happening?
The tab does not appear visually disabled and is also clickable as if it was a normal enabled tab.
(Note that even with nzLinkRouter when using span[nz-tab-link] instead of a[nz-tab-link] the behavior is correct.)
The text was updated successfully, but these errors were encountered: