HTML input: reset
allowing the user to reset the entire form
Essentials
For whatever reason, this <input>
with a type="reset"
appears as a button and allows a user to return each field in the form back to its blank or default setting:
Takeaways
Personally, using a "Reset" button:
feels like a waste of time after filling in a whole form
feels like over-kill after filling in just one field!
could potentially annoy the user if clicked accidentally
Still, this input
type remains available for some odd reason...
Last updated