Home > front end >  How can I control the Google browser automatically fill?
How can I control the Google browser automatically fill?

Time:12-11

Do the project there was a problem, change the password when logging in using Google browser select save password, and then enter the password input box when the UI modification always automatically populated, sets the autocomplete attribute value to the new password, but focus on the input box will pop up account information, can you tell me how to solve?

CodePudding user response:

The input plus the try

Autocomplete="new password -"

CodePudding user response:

My code is written, can only let Google browser won't keep the information filled in, but as long as the focus on the input box will pop up below account information,
  • Related