Is it possible to disable Firefox's auto-fill feature without disabling auto-complete?
I know I can do this:
autocomplete="off"
But I don't want to disable auto-complete, just the auto-fill.
Firefox is populating some of our hidden fields which are meant to be empty
This is mostly a problem when the user refreshes the page. The form fields are re-populated with values from pre-refresh. An example of this being a problem is old-school place-holder. Where we populate the field with a value, and remove it on submit. The value is re-populated on refresh and we don't know if it's the place-holder or use value.