-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Provide an option to not destroy the popover content's DOM when hiding the popover #16791
Comments
Bugs are only accepted against the latest version of Bootstrap (currently v3.3.5). In the future, please upgrade before filing a bug. |
I found a solution to this. Im not quite sure if the content is changed in ..data('bs.popover').options.content according to the changes made in the popovercontent. But for me it didnt, because I have checkboxes, which do not change in html dom. So I changed the options.content on hide.bs.popover. If it doesnt work for the newest version as well, this might be something to take into account
Needs to be done for all elements. |
Please include the value of |
Bootstrap 3 is no longer being officially developed or supported. All work has moved onto our next major release, v4. As such, this issue or pull request is being closed as a "won't fix." For additional help and support, we recommend utilizing our community resources. Thanks for your understanding, and see you on the other side of v4! <3, |
Bootstrap v3.2$(..).popover('hide'); the popover is removed from dom. When i reopen the popover with $ (..).popover('show'); the changed content (eg. checked checkbox) is not shown, because the popover had been removed from dom.
When I hide the popover with
asked allready on stackoverflow: http://stackoverflow.com/questions/31310958/bootstrap-popover-is-removed-from-dom-on-close
Any solution to this?
The text was updated successfully, but these errors were encountered: