Android上的Chrome显示了非密码字段的Lastpass自动填充下拉菜单

时间:2019-05-24 13:18:39

标签: android html google-chrome

我正在使用PWA聊天应用程序,但是遇到了一个奇怪的问题。我在装有Android 9 Pie的手机上使用了Lastpass,因此可以访问Chrome的自动填充功能。

由于某些原因,当我将聊天应用程序的文本框放在焦点上时,会出现Lastpass自动填充下拉列表。奇怪的是,整个应用程序都没有一个可以触发它的<input type="password" />

文本框的html是:

<div class="input" name="input-text" contenteditable autofill="off" autocomplete="off" placeholder="Send a message"></div>

如您所见,它是一个contenteditable div。我尝试设置autofill =“ off”和autocomplete =“ off”。我还尝试给它一个name,以便它不会假定任何内容。

仍然显示该下拉列表。

我不确定这是Lastpass问题还是Chrome,因此我什至不确定应该联系哪个国家/提交错误报告。

enter image description here

0 个答案:

没有答案