[DOM] Input elements should have autocomplete attributes (suggested: "new-password"): (More info: https://goo.gl/9p2vKq)

提示这个错误:

大概意思是,输入元素应该有自动完成的属性,比如: autocomplete=’new-passwordl’.

怎么搞定呢?

 链接:Chrome浏览器控制台Input elements should have autocomplete attributes (suggested: "current-password")

[DOM] Input elements should have autocomplete attributes (suggested: autocomplete='tel', confirm at

 

另外,autocomplete功能:记住输入内容,下次提交表单或者浏览器回退后,还能保持表单内容不变,规定输入字段是否应该启用自动完成功能
原文地址:https://www.cnblogs.com/miniSkytrue/p/12676138.html