-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Allow to hide nz-badge title #4776
Labels
Comments
@krokofant Does set |
@hsuanxyz It's not the badge that cannot be hidden - it's the the title text. See this image and note the arrow: Every time you hover badge you'll see a title and it can't be hidden. |
I see, this is a bug and we'll fix this. Because it has the |
hsuanxyz
added a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Apr 1, 2020
3 tasks
vthinkxie
pushed a commit
that referenced
this issue
Apr 7, 2020
Ricbet
pushed a commit
to Ricbet/ng-zorro-antd
that referenced
this issue
Apr 9, 2020
Ricbet
added a commit
to Ricbet/ng-zorro-antd
that referenced
this issue
Apr 9, 2020
* feat(module:tooltip,etc): support custom origin (NG-ZORRO#4849) * chore: sync ant-design v4.1.1 (NG-ZORRO#4987) Co-authored-by: ng-zorro-bot <ng-zorro-bot@users.noreply.github.com> * feat(module:code-editor): upgrade monaco to 0.20.0 and update interfaces (NG-ZORRO#4984) * fix(module:badge): allow `nzTitle` set to null (NG-ZORRO#4965) close NG-ZORRO#4776 * chore: add optional chaining and nullish coalescing (NG-ZORRO#4946) * chore: add optional chaining and nullish coalescing * test: fix tests * test: fix tests * feat(module:space): add new component (NG-ZORRO#4928) close NG-ZORRO#4913 * feat: support compact theme (NG-ZORRO#4972) Co-authored-by: Wendell <wendellhu95@gmail.com> Co-authored-by: ng-zorro-bot <33472860+ng-zorro-bot@users.noreply.github.com> Co-authored-by: ng-zorro-bot <ng-zorro-bot@users.noreply.github.com> Co-authored-by: Hsuan Lee <HsuanGM@gmail.com> Co-authored-by: Wenqi <1264578441@qq.com>
Closed
hsuanxyz
added a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem does this feature solve?
The non-standalone nz-badge cannot hide the title which appears when hovering the badge.
NG-Zorro version: 8.5.2
What does the proposed API look like?
Allow a
[nzText]="null"
to explicitly hide the title on hover.The text was updated successfully, but these errors were encountered: