在做项目功能演示的时候,测试人员看到我的页面时,看到如下的情况

input框不显示之前输入过的数据

在input框需要输入地址时,之前的数据回显示出来,将地图给遮挡住,影响视觉效果,建议把这个取消掉.

当时觉得这个要求有点难度的,结果发现,在input框里加入这个autocomplete="off"就顺利解决了.

<input id="" class="input"  type="text" autocomplete="off">

input框不显示之前输入过的数据

顺利解决!!!

 

相关文章:

  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
猜你喜欢
  • 2021-12-03
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案