I recently created a form and found that if the form includes both text and password input tags, the code example is as follows:
<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><body> <form action="#"> <input type="text"> <input type="password"> </form></body></html>
Clear the browser cache, this is because your previous browser saved your input information
Sure enough, it is a browser problem. I don’t know when such an account and password was filled in globally. Just delete the saved username and password