这个功能解决了什么问题
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq)
避免了以上浏览器警告信息的出现⚠️
描述您想要的解决方案
Field 组件增加 autocomplete 配置项
建议的API是什么样的
我看了下源码的确是没有支持autocomplete的,希望下个版本随手加一下,非常感谢!
https://github.com/youzan/vant/blob/dev/src/field/index.js
这个功能解决了什么问题
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq)⚠️
避免了以上浏览器警告信息的出现
描述您想要的解决方案
Field 组件增加 autocomplete 配置项
建议的API是什么样的
我看了下源码的确是没有支持autocomplete的,希望下个版本随手加一下,非常感谢!
https://github.com/youzan/vant/blob/dev/src/field/index.js