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
Using the title attribute to set the step title causes the appearance of the native broser tooltip.
title
To Reproduce Steps to reproduce the behavior:
Screenshots
The text was updated successfully, but these errors were encountered:
hi @Leonardonline your have to use title like this use the property binding syntax [title]=" 'title text' " this will not trigger the tooltip
Use of the title attribute in an HTML document triggers tooltip
Sorry, something went wrong.
Hi @PURUSHOTHAM-REDDY-N are you sure?
I just tried with version 2.5.0 and the tooltip comes up
2.5.0
I checked it in my angular app it worked fine you have to use like this [title]=" 'title text' "
No branches or pull requests
Using the
title
attribute to set the step title causes the appearance of the native broser tooltip.To Reproduce
Steps to reproduce the behavior:
Screenshots
The text was updated successfully, but these errors were encountered: