You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The element on which I am manually triggering a popover, must already have data-bs-content or data-bs-title attribute set.
Otherwise, despite setting title/content using setContent() later, calling show() does not show it.
Prerequisites
Describe the issue
The element on which I am manually triggering a popover, must already have
data-bs-content
ordata-bs-title
attribute set.Otherwise, despite setting title/content using
setContent()
later, callingshow()
does not show it.Reduced test cases
https://codepen.io/pmishev/pen/MWdmGGZ
What operating system(s) are you seeing the problem on?
Linux
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
5.3.3
The text was updated successfully, but these errors were encountered: