Answers for "remove history of input html"

1

no history input html

<input type="text" autocomplete="off"/>
Posted by: Guest on March-16-2021
0

html input clear history

<form autocomplete="off">

<input type="text" id="text1">
<input type="text" id="text2">

</form>
Posted by: Guest on January-30-2021

Browse Popular Code Answers by Language