vue-carousel
vue-carousel copied to clipboard
Disable the automatic assignation of title attributes to the pagination dots. So when you mouse over the dots, it won't say "Item 0", "Item 1", etc.
I would like to disable the automatic assignation of title attributes to the pagination dots. So when you mouse over the dots, it won't say "Item 0", "Item 1", etc.
Hi @ErgysIsaj, I am also struggling with the same issue. Did you have any luck? Thanks
I have the same problem as well. it will be better if we can disable it in the first place or we can even customize the title with our personal text
any solution?
Hi, we are also facing this issue. Any solution to this.
Hi,
There are two things you can do with this:
- The first one is already mentioned by customizing the title attributes.
- The second one I just tried an empty space in the title attribute and its work for me. This will not give a tooltip on the button.
<slide
:key="index"
:slot="`slide-${index}`"
title=" "
></slide>