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).
2 Replies
Maybe we should change this, so that there is not
title=""
attribute when there is an alternative tooltip->extraAttributes(['title' => null])
?