How to keep content of bootstrap popover after hiding it, or how to really hide it
问题 It has come to my attention that the boostrap popover when hidden seems to destroy the content and redo it when you show it. Please take a look a this example. If you write on the input, hide the popover and show it again, the input will be empty. Shouldn't it just not display it and then show it again, without using the content? What's the best way to avoid that? Do I have to display: none the popover myself, or is there a bootstrap way? Note that I'm not interested in storing and keeping