We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug If trigger: ['focus'] and interactive: true the tooltip should not close if clicked
trigger: ['focus']
interactive: true
To Reproduce Steps to reproduce the behavior:
Expected behavior Tooltip element should stay open if interactive is true and trigger events contains 'focus'
true
'focus'
The text was updated successfully, but these errors were encountered:
@equinusocio were you able to find a fix for this?
Sorry, something went wrong.
Yes, I dropped the lib and used radix tooltip primitive.
No branches or pull requests
Describe the bug
If
trigger: ['focus']
andinteractive: true
the tooltip should not close if clickedTo Reproduce
Steps to reproduce the behavior:
trigger: ['focus']
andinteractive: true
Expected behavior
Tooltip element should stay open if interactive is
true
and trigger events contains'focus'
Kapture.2021-12-30.at.13.23.50.mp4
The text was updated successfully, but these errors were encountered: