Closed Ganjdast closed 5 years ago
Hello, I was wondering if it's possible to pass html list element to step content config?
Yes, using css selector.
could you give an example?
Like this?
{
target: 'ul li:nth-of-type(1)',
content: 'This is my super awesome feature!'
}
Or do you want to use the list item innerHTML as content? If that's the idea, what is the point of having a tooltip showing the same content of the target?
If you want to get this issue fixed quickly, make sure to send a public URL or codesandbox example.