Chrome auto completing input, autocomplete="off" does not work

Asked

Viewed 346 times

0

When entering the search page "http://conteumahistoria.com/autor/monychan" input is completing itself, I put autocomplete="off" and did not help, what I can do?

<input type="text" id="pesquisa" onkeyup="pesquisar()" class="form-control" Autocomplete="off" placeholder="Pesquisa por categoria, nome do livro, descrição do livro, etc">

1 answer

-1

Try putting a autocomplete="random-string".

Browser other questions tagged

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