Skip to content
New issue

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

Tooltip is not rendering the HTML Content when passed as variable or HTML String. #119

Open
svkaushik17 opened this issue Nov 22, 2021 · 0 comments

Comments

@svkaushik17
Copy link

Tooltip is not rendering the HTML Content when passed as variable or HTML String.

I've the parsing the HTML String to DOM element using below code. But even then I Tooltip is not rendering as expected.
const parser = new DOMParser(); const doc = parser.parseFromString( ${ htmlString }, 'text/html' );

CodePen Link: https://codepen.io/svkaushik17/pen/VwzNGzp?editors=1111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant