1Password Extension 显示在某些输入字段上以及如何禁用它

时间:2021-07-30 14:31:02

标签: html angular typescript 1password

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

enter image description here

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

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

触发 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>

知道为什么会这样吗?以及如何禁用它?

0 个答案:

没有答案
相关问题