Vue-carousel: 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.

Created on 23 Oct 2019  路  5Comments  路  Source: SSENSE/vue-carousel

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.

Most helpful comment

Hi,

There are two things you can do with this:

  1. The first one is already mentioned by customizing the title attributes.
  2. 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.

~~~js
:key="index"
:slot="slide-${index}"
title=" "


~~~

All 5 comments

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:

  1. The first one is already mentioned by customizing the title attributes.
  2. 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.

~~~js
:key="index"
:slot="slide-${index}"
title=" "


~~~

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gomezmark picture gomezmark  路  5Comments

daanhaitsma picture daanhaitsma  路  5Comments

blackforestcode picture blackforestcode  路  4Comments

jsilasbailey picture jsilasbailey  路  4Comments

rizqirizqi picture rizqirizqi  路  5Comments