0

Some people made Chrome not respecting autocomplete=off. So it is hard to make forms like: add new user or add new contact, because it gets always (auto) filled with WRONG data.

Now I use something like:

input.password {
  text-security: disc !important;
  -webkit-text-security: disc !important;
  -moz-text-security: disc !important;
}
<input type="text">

But it may not work in other browsers.

Is there any correct method to override this Google Chrome default action?

msg
  • 7,863
  • 3
  • 14
  • 33
Kloss
  • 11
  • 1
  • I think the argument is already treated here https://stackoverflow.com/questions/15738259/disabling-chrome-autofill – axel Oct 28 '18 at 16:21
  • Stupid "programmers" from google make it all not working again. So, I am asking question again. Or maybe we should abadon google chrome as it is not respecting standards, and inform users to do the same. – Kloss Oct 28 '18 at 18:22
  • But you are talking about the plugin of Chrome called **Addresses & payment methods** right? You can disable it. But you can't disable in your customers computer. That's an extra feature a browser offers, you can't stop it. – axel Oct 29 '18 at 08:14

0 Answers0