Bootstrap 4 input field in popover
问题 The problem is described in title. I have a Bootstrap 4 modal and one popover with input field with buttons. In IE 11 everything is ok, but in Firefox input loses focus. Popover: $('[data-toggle="popover"]').popover({ container: "body", sanitize: false, content: function () { return $("#choose-user-popover-content").html(); } }).on('shown.bs.popover', function () { $('#ExecutorSNPSearchStr').focus(); }); Popover html: <div id="choose-user-popover-content" style="display: none;"> <div class=