html - When you type something in a text box and press submit it appears in a list below the text box permerantly -


i've tried multiple options , nothing works. when type in text box , press submit appears in list below text box permanently appears in paragraph below

you can find answer here: disable textbox suggestions

but sum up, add autocomplete="off" attribute whatever text box causing problem.

<input type="text" autocomplete="off"> 

note: autocomplete attribute works following <input> types: text, search, url, tel, email, password, datepickers, range, , color.


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -