当input type="password"时,浏览器自动填充密

2019-05-06  本文已影响0人  AR7_

在input 标签里加上以下参数即可。

autocomplete="off" readonly onfocus="this.removeAttribute('readonly')"

使用el-input标签时,加上以下参数即可:

auto-complete="new-password"

https://blog.csdn.net/zuorishu/article/details/81873904

上一篇 下一篇

猜你喜欢

热点阅读