Hacker News new | ask | show | jobs
by brak1 3430 days ago
also type='password' don't get their submitted values suggested for the autocomplete thing in broswers.
1 comments

You can avoid this by using `autocomplete='off'`. Most browsers will still allow you to autocomplete the field because many were abusing that attribute, but they won't save what you put in it.

It's still a horrible idea, but it'd work.