how to clear history of a text input code example
Example: html input clear history
<form autocomplete="off">
<input type="text" id="text1">
<input type="text" id="text2">
</form>
<form autocomplete="off">
<input type="text" id="text1">
<input type="text" id="text2">
</form>