Skip to content
New issue

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

Keep tooltip open #6667

Closed
kuza2010 opened this issue Mar 31, 2022 · 4 comments
Closed

Keep tooltip open #6667

kuza2010 opened this issue Mar 31, 2022 · 4 comments

Comments

@kuza2010
Copy link

Hello, I am wondering how to keep tooltip open when hovering over tooltip content?

@jshster
Copy link

jshster commented Mar 31, 2022

Hey Kuza, can you explain further? Are you saying the tooltips are just flashing up then disappearing or do you mean you want them to remain visible for a period after the mouseout event?

@kuza2010
Copy link
Author

kuza2010 commented Apr 1, 2022

Hello, @jshster
I can demonstrate what I want.
close-when-mouse-out-of-the-box

You can observe that when mouse over the popup it does not closes.

I took a look at this. But probably there are another ways? Or code examples for Vue.js

@LoganTann
Copy link

Hello @kuza2010

Materialize tooltip is not designed for such layout, and maybe you'll have to program it by yourself.

Moreover, you're saying that would like code examples for Vue.Js.
As materialize manipulates the DOM, I strongly advise against using it on your vue project. Maybe Vuetify is more suited for your needs (https://vuetifyjs.com/en/components/tooltips/)

If you need help, feel free to reply in this thread

@kuza2010
Copy link
Author

@LoganTann thanks for your comment. Yeah, I realized it after some time working around this. I just connect the following library: vue-tooltip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants