Answers for "reset button reset default and not clear"

0

html reset button not working

The input type reset resets all form values to default values
If you remove value attributes, the reset will set all the values 
to blank (in case of text), and it will work as you expected
Posted by: Guest on October-25-2021

Browse Popular Code Answers by Language