Y
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
Klathmon
3430 days ago
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.
link
It's still a horrible idea, but it'd work.