Open
Description
We are struggling to disable chrome's autocomplete when using this. We can set
autocomplete: "new-password"
on the input, but not on the new input in theautocomplete__wrapper
. You can see chromes autofill interfering and the relevantautocomplete
label in this screencast.
From researching it this morning it seems to be that Chrome is ignoring autocomplete "off" and instead you need to use "new-password".
Chrome intentionally ignores autocomplete="off" and autocomplete="false". However, they put new-password in as a special clause to stop new password forms from being auto-filled.