Hi,
I am using Better native tooltip, and it’s a great plugin. But I am having an issue where tooltips are now shown in places that I don’t want them to, such as multi-select dropdown items. The plugin automatically creates tooltips on the dynamically generated list items within this element, which is a behavior I’d like to disable.
Currently, the only way to achieve this is by using custom JavaScript with a setTimeout function and a MutationObserver to destroy the tooltip instance after it is created. This approach is practical but requires extra development time and is not very user-friendly. I want to suggest a feature that would make this process much easier. It would be great if the plugin offered a more straightforward, built-in way to disable tooltips on elements with a specific ID, class, or a custom HTML attribute (e.g.,disable-tooltip).
This would significantly improve the user experience of the plugin and allow for more control over where tooltips are displayed without complex workarounds.
Thank you!