-2

When a user clicks on my website, chrome will suggest former searches, the user have searched for on other websites. How can I disable that for all users?

It looks like this: enter image description here

Thank You!

Penny Liu
  • 7,720
  • 5
  • 40
  • 66
Oliver Olsen
  • 70
  • 2
  • 8
  • Rename the field. Browsers save the history for a field's name. – yomisimie Sep 04 '18 at 09:11
  • Check this post https://stackoverflow.com/questions/15738259/disabling-chrome-autofill as it concern prevent auto-fill of inputs. – Mtxz Sep 04 '18 at 10:42

1 Answers1

0

This happens because of the name of your input field. Chrome save these suggestions by a fieldname. Change the name of this input and the suggestions are gone.

Kirk Beard
  • 8,124
  • 12
  • 39
  • 43
Kai Lück
  • 197
  • 7