Kutty is a tailwind plugin for building web applications. It has a set of accessible and reusable components that are commonly used in web applications.
If you create a tooltip using Kutty, after a few seconds have passed, a tooltip will also show up using the default CSS pointer event.
This action cannot be overcome without also disabling Kutty tooltip (see this StackOverflow post).
If you go to Kutty Docs and hover over a tooltip for some time you can see it also shows up. Demonstrated in image below.
Ideal solution would be to use a different HTML element parameter than title for the x-data title, so that this "double tooltip title" error doesn't show up.
If you create a
tooltip
using Kutty, after a few seconds have passed, a tooltip will also show up using the default CSS pointer event.This action cannot be overcome without also disabling Kutty tooltip (see this StackOverflow post).
If you go to Kutty Docs and hover over a tooltip for some time you can see it also shows up. Demonstrated in image below.
Ideal solution would be to use a different HTML element parameter than
title
for thex-data
title, so that this "double tooltip title" error doesn't show up.