Firefox has a very annoying feature. It remembers the state of input fields when you hit F5. It\'s not just the value, it remembers even whether the input is disabled or not.
You can set the element or the form to autocomplete="off" to disable state preservation, but that also disables input autocomplete, of course.