I have a big problem with the functionality in Firefox that keeps data that the user have filled in on reload F5. If i use Ctrl+F5 the forms are cleared and this is great. My problem is that not all my users know that this is what they have to do to force the input cleanup. Is there a way in the html or response headers to tell Firefox to not keep the data in the forms?
相关问题
- Laravel Option Select - Default Issue
- HTML form is not sending $_POST values
- How to use Control.FromHandle?
- Xamarin. The name 'authorEntry does not exist
- HTML <form> tag causing Rails form to submit
相关文章
- Firefox remembering radio buttons incorrectly
- Show a different value from an input that what wil
- Is there a google API to read cached content? [clo
- How can I detect/watch “dirty-status” of an angula
- Why form submit opens new window/tab?
- CSS Firefox box-shadow and outline
- AWS API Gateway caching ignores query parameters
- Setting Angular 2 FormArray value in ReactiveForm?
In case you want to keep the autocomplete feature of the browser (see other valid answers), try adding the name attribute to the form and give it a random value. It has worked for me: