Super 360 browser click on the input box, how does the login account appear in a small white box?

Super 360 browser clicks on an input box (not on the landing page, login is completed to enter a page), and a small white box appears (using the password of:) login account

only 360 appears, and no similar problems are found in the others. The following picture is the box

.

clipboard.png

related codes

< input type= "text" id= "" placeholder= "Please enter the name" class= "" value= ">

do not want to display this box, how to solve it?


<input autocomplete="off" />
The

autocomplete attribute specifies whether the input field should enable autocomplete. The default value of autocomplete varies from browser to browser.
autocomplete allows browsers to predict input to fields. When the user starts typing in the field, the browser displays the option to add the filled in to the field based on the previously typed value.

Menu