bs4Dash icon indicating copy to clipboard operation
bs4Dash copied to clipboard

`popover()` / `tooltip()`: Is the assumption that tag has an id necessary?

Open DavidBarke opened this issue 4 years ago • 0 comments

popover() and tooltip() both assume that the tag they are applied to has an id attribute. This should be either documented or maybe it might be possible to bind all tooltips on app start in a singleton with:

$(function () {
  $('[data-toggle="tooltip"]').tooltip()
})

DavidBarke avatar Apr 05 '21 10:04 DavidBarke