现象

input的type="password"时,会出现之前保存的用户名和密码回显出来

解决办法

给input加上如下属性

 <el-input v-model=xxx type="password" 
 autocomplete="new-password" readonly onfocus="this.removeAttribute('readonly');this.type='password'"
placeholder="password" />
Logo

前往低代码交流专区

更多推荐