Is it possible to have the tooltip disappear when the button has been removed?
I am going to have users this will require tooltips to basically spell out what each button does, but this has caused a problem when the button removes a row from a table.
@vdweyer
Seems like the default value of the trigger option is 'hover focus' and not just hover that’s why you are experiencing this issue. @patrick will check this, so we can improve it in the next update.
Meanwhile as a temporary fix, you can open the dmxAppConnect/dmxBootstrap4Tootltips/dmxBootstrap4Tootltips.js and change:
I have this situation, using $(this).tooltip('hide') on click static event solves problem, but I wonder if this is an issue or we have to always use this static event in tooltips on every project?