You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of that line on the screenshot, I can't use a tooltips in the ShadowDOM. I've managed to initialize inside web-component, because you have option to init with element instead of selector. Otherwise it's doesn't work if you are use selector in ShadowDOM.
The same problem with tooltips, because they are still using a DOM to append elements. I suggest to extend Tooltip class with the parent element, where the developers can specify a root element to append tooltips.
The text was updated successfully, but these errors were encountered:
Because of that line on the screenshot, I can't use a tooltips in the ShadowDOM. I've managed to initialize inside web-component, because you have option to init with element instead of selector. Otherwise it's doesn't work if you are use selector in ShadowDOM.
The same problem with tooltips, because they are still using a DOM to append elements. I suggest to extend Tooltip class with the parent element, where the developers can specify a root element to append tooltips.
The text was updated successfully, but these errors were encountered: