Dogfalo / materialize

Materialize, a CSS Framework based on Material Design

Home Page:https://materializecss.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keep tooltip open

kuza2010 opened this issue · comments

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

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?

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

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

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