When removing the fill input box, the browser automatically prompt box

Only you need to add an attribute of input html tag: autocomplete = "off"

code show as below:

<input type="text" name="keywords" autocomplete="off"/>

If not applied on the input, the outer layer can try <from> add this property on

Guess you like

Origin www.cnblogs.com/Naiky/p/11350800.html