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
Currently, vaadin-tooltip uses _autoOpened when in auto mode, and only uses opened in manual mode.
This can be unexpected for ::part() styling and is not aligned with how other overlay components work.
Proposed solution
Refactor vaadin-tooltip to set opened property on the host instead of _autoOpened
Add reflectToAttribute: true to the opened property in the TooltipMixin