Questions tagged [v-tooltip]

v-tooltip is a package for a reusable tooltip component for VueJS.

20 questions
10
votes
3 answers

v-tooltip stops working when element is disabled

I need the tooltip explaining why the button is disabled, but when I do, tooltip is disabled also.
Thinker
  • 14,234
  • 9
  • 40
  • 55
5
votes
2 answers

How to conditionally display a tooltip in Vue.js?

I am trying to conditionally display a v-tooltip based on a Boolean. This is what I have currently:
LDB
  • 543
  • 4
  • 13
  • 29
3
votes
2 answers

Vue v-tooltip line break

I am using v-tooltip. I want to add some tooltip text to a button and I want a line break, but I cannot figure out if it's possible to have a line break with this method. I looked at the documentation and can't see this being referenced…
Sorin Burghiu
  • 715
  • 1
  • 7
  • 26
3
votes
1 answer

How to pass rendered Vue component as parameter?

I use Vue, vue-fontawesome and v-tooltip. What I simply try to do is this: But that doesn't work, component passed as strings are not rendered. How to get it done easy way?
Thinker
  • 14,234
  • 9
  • 40
  • 55
2
votes
1 answer

vue property as prop name without value

I want to pass a property that doesn't have any value - only name. I want the name to be dynamic according the prop. I want to create a component of tool-tip that get the tool-tip side -> top left right or bottom. in v-tooltip there isn't property…
1
vote
1 answer

How to make v-tooltip close when I click anywhere else on screen

I'm using vuetify 3 and there is no option on the v-tooltip to close when the user clicks away. Here is my code:
Open tooltip
1
vote
1 answer

How to show v-tooltip only when button is disabled

I am using Vuejs 2 and the v-tooltip npm package. I would like to display the v-tooltip only when a button is disabled. When it is not disabled, I don't want to display the v-tooltip at all.
George X
  • 47
  • 1
  • 7
1
vote
2 answers

Why does v-tooltip cause content to disappear?

I'm working in a Vue application with Vuetify. I'm trying to add a v-tooltip around a v-list-tile-avatar element with an image in it like so: