(no title)
eternalny1 | 5 years ago
Yep, you are.
Chrome will fill in fields by not just looking at the autocomplete attribute, but also by trying to magically infer it based off the name attribute (and other heuristics).
For example, if you have a text entry box for a filename, and happen to set "name='name'" on it, even with autocomplete off you will get a pick list of people's names.
https://developers.google.com/web/fundamentals/design-and-ux...
banana_giraffe|5 years ago