Value of form inputs will be preserved across page loads.
Workaround: define attribute autocomplete="off"
disables this feature. This works even when the autocomplete
attribute would normally not apply to the <input>
by virtue of its type.
- form
- ✅ Firefox