Bootstrap工具提示不适用于* ngIf

时间:2019-05-03 09:14:54

标签: angular tooltip

我在HTML文件中有以下代码

<div class="col-md-10" *ngIf="isEdit">
   <input type="text" maxlength="255" data-toggle="tooltip" data-placement="bottom" data-original-title="Optional description of the Plan" class="form-control">
</div>

如果我将鼠标悬停在输入框上,则不会显示工具提示,如果我删除* ngIf =“ isEdit”,那么它将显示工具提示

1 个答案:

答案 0 :(得分:0)

在 TS 文件中将 isEdit 设置为 true