New to Kendo UI for Vue? Start a free 30-day trial
Customization
Updated on May 19, 2026
You can attach Tooltip handlers to a host element and keep the Tooltip instance separate from its targets.
The host forwards events to a Tooltip ref, while the standalone Tooltip is configured with anchor-element="anchor" and parent-title.
For this setup to work as expected:
- Attach
mouseoverandmouseouthandlers to the container element. - Forward these events to
handleMouseOverandhandleMouseOutthrough a Tooltip ref. - Keep focusable targets inside the container and add a
titleattribute to each target.
In the following demo, the handlers are attached to the highlighted container.
Change Theme
Theme
Loading ...