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
What operating system(s) are you seeing the problem on?
macOS
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
5.2.3
The text was updated successfully, but these errors were encountered:
DJafari
changed the title
Bootstrap doesn't allow more than one instance per element. Bound instance: bs.dropdownProvide a general summary of the issue
Bootstrap doesn't allow more than one instance per element. Bound instance: bs.dropdown
Sep 14, 2023
I tracked this down to an earlier issue and a prior conversation. This seems intended to maintain (then existing) behavior where only one key could be assigned to an element. The error message seems to be more like a warning that was added as part of a guard clause for the new data structure. I'm not a javascript developer by any means but my understanding is that the error is more like a warning that can be mostly ignored.
Prerequisites
Describe the issue
i want show tooltip on dropdown toggle button
i thinks it's bug, why i can't use two different component for one element ?
Reduced test cases
https://codepen.io/Davood-Jafari/pen/yLGXWXX
What operating system(s) are you seeing the problem on?
macOS
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
5.2.3
The text was updated successfully, but these errors were encountered: