The Chrome browser save password feature causes the history drop-down list to be displayed on the first input on other pages

the function of saving password in Chrome browser will cause the history drop-down list to be displayed on the first input on other pages. It won"t work even if you add autocomplete:off;autocomplete:new-password;. If there is any good solution, ask the boss to advise

.
Mar.04,2021

1. Try this. I can do it on my side

<input type="password" readonly onfocus="this.removeAttribute('readonly')" value="" autocomplete="off"> 

2. Create 2 input

<input type="password" > //
<input type="password" > //password

my solution is to add a hidden input, in front or cure the symptoms but not the root causes. There is no good solution for the time being


agree with the view of the first floor

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2bd26-40b08.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2bd26-40b08.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?