0

When I make a text field like this in html, a history drop-down came up, with the first five answers I gave. What is this data, where is it stored, and how can I delete it?

html text field with drop-down of five history submissions

1 Answers1

0

the data save in local chorme, your can clear history to delete it or use simple solution here

<form autocomplete="off">

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

</form>
NTAK666
  • 44
  • 1
  • 2