el-input/input取消浏览器记住密码问题

1. 添加auto-complete="new-password"属性,这是一个新属性,兼容所有浏览器.

<el-input type="password" auto-complete="new-password" v-model="form.password" placeholder="请输入密码"></el-input>

 2.在表单中创建一个不显示的input且type等于password:

<input type="password"  style="position: absolute;z-index: -999">

 

转载自:https://blog.csdn.net/deng1456694385/article/details/88647641

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章