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-yfkrry?file=src/app/app.component.ts
Set [nzVisible]='false' always shows the tooltip.
[nzVisible]='false'
There needs to be a bindable way to deactivate a tooltip. Either by setting visible to false or have a new disabled property.
The tooltip is always visible and cannot be disabled.
The text was updated successfully, but these errors were encountered:
Try to set [nzTrigger]="null". Refer to
[nzTrigger]="null"
ng-zorro-antd/components/slider/nz-slider-handle.component.html
Line 6 in 02ff1e9
And I modified your reproduction.
By setting nzVisible, you can only set visibility only at the moment.
nzVisible
Please open a pull request if you feel it necessary to add another property. I am closing this now. Thank you for opening this PR.
Sorry, something went wrong.
[nzTrigger]="null" works thank you. I feel this needs to potentially be better documented.
Yes please check #4298.
wzhudev
No branches or pull requests
Reproduction link
https://stackblitz.com/edit/angular-yfkrry?file=src/app/app.component.ts
Steps to reproduce
Set
[nzVisible]='false'
always shows the tooltip.What is expected?
There needs to be a bindable way to deactivate a tooltip. Either by setting visible to false or have a new disabled property.
What is actually happening?
The tooltip is always visible and cannot be disabled.
The text was updated successfully, but these errors were encountered: