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
Post a Comment