Blazor JS Interop - Bootstrap 5 Tooltip
Hey.
I want to use the Bootstrap 5 Tooltip on divs.
i have a site.js that has this func
my blazor looks like this
if i put alerts in the JS, those get triggered. but the tooltip doesnt render. any ideas?
5 Replies
what does it show when you print console.log(new bootstrap(element,{}))
if nothign or an error maybe the order the scripts are included matter
thats a good debug idea
this may be the problem
but idk how to fix it
something is rendering, because the vscroll gets bigger
but i cant tell what
its rendering in the bottom left corner
what the fuc