How to disable form value persistence on page reload for Firefox
When I type some data in to a form input type="text"
field, and then refresh the page in Firefox the values are remembered and the default values are not restored. This is not what I want to have happen; Google Chrome does reload the default values and wipes whatever I typed; So how do I disable this?
Solution 1:
add autocomplete="off" in the form, or the text field