-
It keeps auto-hiding even with autoHide: false |
Beta Was this translation helpful? Give feedback.
Replies: 12 comments 7 replies
-
Not sure if is because in PopperWrapper.vue you use "auto-hide" instead of "autohide" when consuming |
Beta Was this translation helpful? Give feedback.
-
It's |
Beta Was this translation helpful? Give feedback.
-
Either way the v-tooltip always go away after a bit. They do not seem to respect autoHide false |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@Akryum To be more precise, no longer respects autoHide: false like in the Vue 2 version. when using hover. But it does with click. We would like to make autoHide: false on hover as well. |
Beta Was this translation helpful? Give feedback.
-
When you use hover, it's normal for the tooltip to close on mouseout |
Beta Was this translation helpful? Give feedback.
-
we use the autoHide:false option so we are able to hover over the tooltip itself if we need to copy text or click a link that's in the tooltip. Thats what is not working anymore. |
Beta Was this translation helpful? Give feedback.
-
Hi! Thanks for the great convenient tooltip! Got the similar issue. I have a button with a dynamic tooltip that changes when button is clicked. This causes the tooltip to close. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Set the triggers like this: https://github.com/Akryum/v-tooltip/blob/1b987c7a9db84407c6c9055be67bc093c42398b8/packages/v-tooltip/src/config.js#L57-L58 |
Beta Was this translation helpful? Give feedback.
-
So how can we show on hover, and keep it from not hiding when user moves mouse inside tooltip to click on a link? |
Beta Was this translation helpful? Give feedback.
-
If we use VDropdown for example and set :showTriggers to ['hover'] it does not close when you over on others, and also it does not stay open so you cannot con within its content to click the close button:
|
Beta Was this translation helpful? Give feedback.
Set the triggers like this: https://github.com/Akryum/v-tooltip/blob/1b987c7a9db84407c6c9055be67bc093c42398b8/packages/v-tooltip/src/config.js#L57-L58