Closed carueda closed 5 years ago
This is extremly annooying! I don't want autocomplete on my forms. But since Chrome throw these annoying warning messages, I added autocomplete to all inputs with autocomple=Off, but it still complaining!
Ignore it. Those are only warnings. It's dumb that google does that since all the security and privacy issues these days.
<input type="password" id="password" name="password" class="login_input login_input_password" maxlength="16" autocomplete="current-password" required minlength="6" onkeyup="value=value.replace(/[^\w.\/]/ig,'')" title="请输入登录密码" placeholder="请输入登录密码">
@carueda is this issue valid or do we close it?
I think I entered this thinking that it would be convenient (at least for me) to have this kind of autocompletion in place. But it does look like it might not be generally acceptable. Let's close it.
Ignore it. Those are only warnings, it will not affect your code, but I think it would be great if you add input autocomplete it will help end user.
Noted by Chrome dev console while logging in: