Disable form autofill in Chrome without disabling autocomplete [duplicate]
This question already has an answer here: Disabling Chrome Autofill 69 answers How can we disable Chrome's autofill feature on certain <input> s to prevent them from being automatically populated when the page loads? At the same time I need to keep autocomplete enabled, so the user can still see the list of suggestions by clicking on the input or typing in it. Can this be done? EDIT: Feel free to use plain Javascript or jQuery if you feel it is necessary or you feel like it would make your solution simpler. Here's the magic you want: autocomplete="new-password" Chrome intentionally ignores