-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Popover not closed on toggle after show #40802
Comments
Thanks for reporting this issue, @bbonch. |
You should be initializing the popover before setting the click listener and then it should work as intended: Demo: https://codepen.io/hiddenme/pen/bGPZLzL
|
It should not. What is point of your comment? |
May be, I didn't understand your issue. Never mind :) |
Prerequisites
Describe the issue
Create popup programmatically. Set
trigger: 'manual'
.Call
show
thentoggle
. Popup does not close. You have to clicktoggle
second time.Reduced test cases
Reproduction steps
https://codepen.io/bbonch/pen/BagvrNM
What operating system(s) are you seeing the problem on?
Windows
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: