Input type "reset" calls password save option in Google Chrome

Asked

Viewed 14 times

0

Hello, everybody. I have a problem/bug and would like your help.

I have a user registration form. I put a input type="reset" to clear the data if necessary. However, every time I click on this reset, Google Chrome activates and calls the password save function. It makes sense that?

I’ll give you a summary of the code to illustrate:

<form method="POST" action="#" autocomplete="off">
<input type="text" placeholder="Nome" autocomplete="off">
<input type="text" placeholder="Login" autocomplete="off">
<input type="Password" placeholder="Senha" autocomplete="off">
<input type="Password" placeholder="Confirmar Senha" autocomplete="off">
<input type="reset" value="Limpar">
</form>

As you can see, I’ve already set up the autocomplete="off", but it’s no use. Any idea how to fix this?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.