Closed Luko248 closed 1 month ago
@melloware my guess is, that hover-out will trigger the hide event
@melloware Yes, I think so. Is it possible to fix it in next release?
@Luko248 you're more than welcome to open a PR
@Luko248 is this a duplicate of #5727 ?
@melloware no its similar but not a dupe. However fixing the one COULD fix the other one too.
The difference is, that on #5727 we're talking about tooltips on two inputs with hover/focus, this issue here is about a single input that has both events set
Understood i will mark this as a bug.
Describe the bug
If I se "tab" case, it perfectly fowks for hover or focus, but if I try click on element, tooltip will dissapier, when i leave trigger element with cursor viz picture.
Reproducer
No response
System Information
Steps to reproduce the behavior
Expected behavior
When user set event="both", it must show tooltip on hover and when user focus input, it must be still visible, if user leave input / whatever with curssor.