This repository has been archived by the owner on Dec 16, 2023. It is now read-only.
The reset
button resets other buttons
#626
Labels
reset
button resets other buttons
#626
When clicking on
<input type="reset" .../>
button it too aggressively resets the form, which results in submit/reset (and maybe other buttons) value set toundefined
.Before:
After:
It appears, that these 2 input types (submit & reset) don't have
_defaultValue
property at all.The text was updated successfully, but these errors were encountered: