How to disable form value persistence on page reload for Firefox
Fresh3 days ago
Mar 15, 20265857 viewsConfidence Score0%
0%
Problem
When I type some data in to a form 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?
Error Output
input type="text"
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to disable form value persistence on page reload for Firefox
Low Risk
add autocomplete="off" in the form, or the text field
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix