我有一个表单,带有一些简单的输入字段。在其中一些情况下,1 1Password扩展会被触发,弹出窗口就会出现。

在某些情况下,弹出窗口不会被触发。
我找不到任何理由,为什么它会触发这些特定的输入字段。
输入的HTML,其中1 1Password被触发。
<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>知道为什么会发生这种事吗?以及如何禁用它?
发布于 2022-04-10 12:23:25
我的解决方案似乎有效,就是将输入类型设置为"URL“。老实说,我不知道这是为什么,电话也起作用了,但这对移动用户没有帮助。搜索选项也删除了图标,但留下了一个X按钮。“URL”类型同时删除了这两个类型。
希望这能有所帮助。
https://stackoverflow.com/questions/68592700
复制相似问题