Skip to content

Popover not working #1438

Mar 1, 2023 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Hey, the tooltip worked for me after adding

var tooltipTriggerList = [].slice.call(
    document.querySelectorAll('[data-te-toggle="tooltip"]')
);
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
    return new te.Tooltip(tooltipTriggerEl);
});

Maybe it helps you too in the meantime?

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@SagarStake
Comment options

@Trochonovitz
Comment options

Comment options

You must be logged in to vote
1 reply
@SagarStake
Comment options

Answer selected by Trochonovitz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants