Home >Web Front-end >HTML Tutorial >html prohibits clearing input text input cache_html/css_WEB-ITnose
If you don’t want the browser to cache the input value, there are 2 methods:
Method 1:
Add to the input that you don’t want to use caching autocomplete="off";
eg:
Method 2:
In the form tag where the input is located Add autocomplete="off";
eg: