I'm using bootstrap with bootstrap validator. I add error inside popover but when I add title to the input it appear in popover.
I need popover without title but I want to add titles to inputs.
<input title="Your name"
placeholder="Name"
data-toggle="popover"
class="form-control"
type="text" required>
full code on fiddle