how to remove password suggestion Chrome

fishera picture fishera · Aug 27, 2015 · Viewed 11.3k times · Source

When I am trying to change password in Chrome, there is always a dropdown list with "Use password for:" options. Is it possible to remove it? I have tried autocomplete="off" and autocomplete="false" but without success.

enter image description here

Answer

Sebas picture Sebas · Aug 14, 2016

According to the spec, if you expect a new password to be filled in (which is why you would not expect auto-completion for example), you should rather specify autocomplete="new-password" for the input field.

This instruction is recognized by chrome.