【问题标题】:How can I get rid of input suggestion? [duplicate]如何摆脱输入建议? [复制]
【发布时间】:2016-11-25 10:19:47
【问题描述】:

如何摆脱双击input 字段时出现的建议框。 autocomplete="off" 不起作用。 Here's how it looks

【问题讨论】:

  • 你用什么浏览器?
  • 在 chrome safari 和 firefox 上是否存在此问题
  • 浏览器忽略autocomplete="off"

标签: html css text input search-suggestion


【解决方案1】:

试试autocomplete="off"

<input type="text" autocomplete="off" />

【讨论】:

  • 不,我试过它不起作用我在我的问题中添加了一张图片并没有消失。我想摆脱当我双击该框时显示的那个框
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2022-08-10
  • 2018-10-08
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2019-07-27
  • 1970-01-01
相关资源
最近更新 更多