input tag autocomplete problem

< INPUT type = 'text' placeholder = 'phone number' /> 
< INPUT type = 'text' placeholder = 'address' /> 
< INPUT type = "password" placeholder = "password" > ## password input box

As some of the above input box, the Google browser might attribute type = 'password' identified, and will password input box in front of a box as the input account number input box automatically filled;

Cadogan time input box in both a property on it, AutoComplete = 'new new-password' ,

 

< INPUT type = 'text' placeholder = 'address' AutoComplete = 'new new-password' /> 
< INPUT type = "password" placeholder = "Password" AutoComplete = 'new new-password' >   ## password input box

 

Of course, everyone's situation is not the same experience, if it can not resolve the issue, continue to the next to find a solution for it!

 

Guess you like

Origin www.cnblogs.com/pyspang/p/12009842.html