Is your feature request related to a problem? Please describe.
Sometimes we don't want to show a tooltip for the text/button/label if the whole text is already displayed.
Describe the solution you'd like
Add the property disableWhenContentVisible (or with a better name), use ResizeObserver and element.offsetWidth < element.scrollWidth condition to calculate if the content of tooltip trigger/slot is fully visible.
Is your feature request related to a problem? Please describe.
Sometimes we don't want to show a tooltip for the text/button/label if the whole text is already displayed.
Describe the solution you'd like
Add the property disableWhenContentVisible (or with a better name), use
ResizeObserverandelement.offsetWidth < element.scrollWidthcondition to calculate if the content of tooltip trigger/slot is fully visible.