ngx-joyride
ngx-joyride copied to clipboard
title attribute causes triegger native tooltip
Using the title
attribute to set the step title causes the appearance of the native broser tooltip.
To Reproduce Steps to reproduce the behavior:
- Go to 'demo'
- Hover on ngx-joyride
- See the native tooltip shows "Page title"
Screenshots
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
Hi @PURUSHOTHAM-REDDY-N are you sure?
I just tried with version 2.5.0
and the tooltip comes up
I checked it in my angular app it worked fine you have to use like this [title]=" 'title text' "