我正在使用 bootstrap 3.0.0,并且正在尝试使用 tagsinput 插件(http://timschlechter.github.io/bootstrap-tagsinput/examples/bootstrap3/)与 popover 结合用于文本输入,但 popover 没有有效。知道如何将这两个插件结合起来吗?
如果我删除标签输入,弹出框工作正常。
<input type="text" placeholder="my text"
data-role="tagsinput"
class="form-control input-lg"
name="what"
id='idInputWhat'
data-toggle="popover"
data-animation="true"
data-placement="bottom"
data-trigger="onfocus"
data-content="my text"
value="wine, sea"/>