from Hacker News

Ask HN: Why do you disable HTML form autocomplete?

by tericho on 1/9/15, 8:15 PM with 6 comments

I've been noticing that Chrome's autocomplete does not work on significantly more sites than it does. Each time I've been inspecting the HTML and sometimes its caused by unsemantic form field names, but more often it's forcefully disabled with `autocomplete="off"`. Why are people doing this? It's cumbersome and error prone to fill in the same monotonous information over and over, please let my browser do it for me.
  • by wglb on 1/9/15, 8:34 PM

    Recent releases of IE and Chrome now, unfortunately, ignore the "autocomplete=off" setting. Being required to fill it in each time is annoying, but it is surprisingly easy for an exploit to get the browser to cough up the credentials. So it appears that this issue will soon be moot, with all browsers autocompleting regardless.

    What I do is to use 1password and paste the password in.

  • by MiddleEndian on 1/9/15, 9:10 PM

    Back in the day, Opera did not care whether a form had autocomplete set to off, or even if a form was bizarrely structured, the magic wand would fill in whatever you wanted on command.

    If only it didn't morph into a low quality Chrome-clone...

  • by stenius on 1/10/15, 4:32 AM

    I've seen people use placeholders to label form fields. If something got auto completed, it might contain incorrect data.
  • by tectonic on 1/10/15, 1:48 AM

    Paranoia.