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

 

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