I need to add enable-html-sanitizer true to tooltips, multiselect, textbox other components etc, since I don't need
the malicious code to be interpreted as script. Can I globally set it in my application or do I need to search each component and add inside like
<ejs-tooltip enable-html-sanitizer="true">
My application is build using turborepo and platform is vue
Also <ejs-tooltip enable-html-sanitizer="true"> when this is used it does not show the content(even as plain text) when
<img src=text onerror=alert("XSS_Script_Attack")> something like this is the content. Is this the expected result?