小编mat*_*sch的帖子

无法禁用输入字段上的 1Password 扩展

我有一个表单,带有一些简单的输入字段。在其中一些中,1Password 扩展被触发并显示弹出窗口。

在此输入图像描述

在某些情况下,弹出窗口不会被触发。

我找不到它会在这些特定输入字段上触发的任何原因。

触发 1Password 的输入的 HTML。

<div class="col">
  <mat-form-field appearance="fill" class="form-mat-field mt-1 mx-auto">
     <mat-label class="form-control-label"
      jhiTranslate="bringCockpitApp.sponsoredProduct.fadeoutIconId">
      Fadeout Icon Key
      </mat-label>
      <input formControlName="fadeoutIconId" matInput name="fadeoutIconId"
                                           placeholder="Bier"
  </mat-form-field>
</div>
Run Code Online (Sandbox Code Playgroud)

知道为什么会发生这种情况吗?以及如何禁用它?

html typescript angular 1password

18
推荐指数
1
解决办法
4612
查看次数

标签 统计

1password ×1

angular ×1

html ×1

typescript ×1