ngx-joyride icon indicating copy to clipboard operation
ngx-joyride copied to clipboard

Title & Text inputs should be renamed

Open sted6 opened this issue 4 years ago • 1 comments

Many components throughout our application rely on a title input already, which makes it difficult to set the component itself as the tour step without creating issues. We could go through and refactor all of our components to use a different input, or we could wrap every component in a div and set that as the tour step but each of these solutions are less than ideal. Additionally, setting the title can create undesired effects such as an unwanted tooltip on hover.

I would recommend you change the title, and even the text, inputs to something unique to your library.

'joyrideTitle' and 'joyrideText' would be the most logical in my opinion.

sted6 avatar May 22 '20 18:05 sted6

title will become 'tooltip'

tnachy avatar Nov 03 '20 11:11 tnachy