Hello Survey JS team,
We are using survey js and trying to customize the tooltip.
Page:
Question:
''html'
"title": 'this is a question'
"tooltip":{
"default": 'this is English tooltip<ul style='list-style: none;'><li>-item1</li><li>-item2</li>'
"fr": 'this is French tooltip<ul style='list-style: none;'><li>-item1</li><li>-item2</li>'
}
Essentially, we would like to add html into the help text and want to show the text only (hide the html) when havering over.
Is there a solution to this?
Thanks
Fan