I have created a button with an Popover with a form-control inside. The popover works, but the content inside data-content
is shown as a normal string. How can I change this?
<button type="button" class="btn btn-primary"
data-toggle="popover" data-placement="bottom"
title="Sort..." data-content='<input id="aaa" type="text" class="form-control" placeholder="search"/>'>
<span class="glyphicon glyphicon-sort"></span> sort
</button>
See this example on bootply.