I am trying to turn autocomplete off in my page when users use Google Chrome, but no success. I have looked for information how to solve this and some answers said that you should put autocomplete="off" in form rather than input or to put fake inputs and hide them because Chrome autocompletes only first password input.
Those answers were 2-4 years old an none of them seems to work today. So is there a way to shut autocomplete off in Google Chrome?