How to fix error: autocomplete=”off” does not work in Chrome


How to fix error: autocomplete=”off” does not work in Chrome ?

error autocomplete off

For input password:

<input id="password" type="password" autocomplete="new-password">

For other input:

<input id="username" type="text" autocomplete="nope">

Leave a Reply