Chrome modifies password and forbids password filling

problem description

Clicking on any < input type= "password" / > in

chrome will pop up the password selection box saved when the website logs in.
how to prevent it from popping up?
otherwise, as long as the password is saved, everyone can change the password.

the environmental background of the problems and what methods you have tried

chrome version: 70.0.3538.77
it is useless to try to dynamically set type to password and set autocomplete= "new-password".

Oct.14,2021

setting autocomplete to off will not automatically populate

.
<input autocomplete="off" />

problem can be corrected, not filling is prohibited, but saving is prohibited.
problem scenario does not exist, unless your computer is public, and the password will only be saved locally or on Synchronize on your Google account.
this is the answer in the


https://codeshelper.com/q/10.
site, which is designed to improve the user's operation experience. The approximate content is to create a new input, for password. Then hide


the party currently used in my own project: js prohibits chrome from saving passwords and updating passwords

Menu