8 June, 2016
0 Comments
1 category
When I set the attribute “autocomplete” to the value “off” on a form element, I expect Chrome, to NOT autofill fields in the form, but that’s not the case.
Even if you also add the autocomplete attribute to the input element with value “off”, this is not the case.
To get it working I had to add autocomplete=”off” to the form tag and add autocomplete=”new-password” to the <input type=”password” /> field.
Tags: Chrome
Category: Uncategorized