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".