dfabulich 1 day ago

Yes, disabling autocomplete can be annoying, but it is possible. Usually it amounts to being more descriptive in the value of the `autocomplete` attribute, rather than simply applying `autocomplete=off`.

> We have observed Chrome showing a password prompt on an <input type=number> which is just bonkers.

"We have observed" it, but not filed a bug? Neither of the bugs you linked to exhibit that bug.

2
crabmusket 1 day ago

> Usually it amounts to being more descriptive in the value of the `autocomplete` attribute

No, there are many inputs where there is no sensible autocomplete value. For example, "create a new CRM customer record". This is a new customer who I have not seen before. By definition it is impossible to autocomplete.

In the past, the Chrome team advised to "make up an autocomplete value and we won't do anything with it". This advice is a) dumb and b) no longer works anyway.

> but not filed a bug?

It's clear the Chrome team has no interest in fixing this behaviour so I'm not going to waste my time. Yes, that's bad of me, but I have bills to pay.

exceptione 20 hours ago

Chrome's slogan: "L'internet, C'est moi."

prmph 1 day ago

Believe it or not, I have observed autocomplete behavior for an input change based on its label text.