double tooltips, workaround not working.
I have an action and it is showing double tooltips (See screenshot).
I successfully removed the browser default tooltip by adding the
->label('')
modifier.
However, after doing this, the confirmation modal no longer has any content and is just confirm/cancel buttons (see other screenshot).
![No description](https://cdn.answeroverflow.com/1249017994898702446/image.png)
![No description](https://cdn.answeroverflow.com/1249017995171463199/image.png)
2 Replies
Maybe we should change this, so that there is not
title=""
attribute when there is an alternative tooltip->extraAttributes(['title' => null])
?