How to include a Form inside a Popover using Bootstrap 4.3?
问题 I am trying to include a form inside a Popover, created using Bootstrap 4.3, Popper.js and jQuery 3. The latest version of each. The problem is that it works with text, it works with tags, but as soon as I use forms, labels and inputs it doesn't parse the HTML. I have two examples in CodePen: Everything via data-attributes: link Via JS: link Example 1 code HTML: <div class="container"> <div class="row"> <div class="col-12 mt-5"> <h1>Bootstrap 4 form in popover</h1> <hr> </div> </div> <div