禁止input 自动弹出智能密码提示

加一行

<input type='password' autocomplete="new-password" style="background-color: #FFFFFF!important;display: none;" readonly onfocus="this.removeAttribute('readonly');" onblur="this.setAttribute('readonly',true);">

posted @ 2020-11-28 11:19  bufeetu  阅读(1139)  评论(0编辑  收藏  举报
返回顶端