Recent Google Chrome update (65) brought something that developers are not liking too much: the autocomplete=”off” attribute on forms and inputs is no more considered. Read in depth this Stack Overflow thread. The solution (not so clear) is to give a random autocomplete value to the autocomplete attribute of each input of the form: $(‘form […]
