Closed adamturcsan closed 2 years ago
If a button's type is not set, the "submit" type is assumed. Hence the browser tries a submit event on the current form.
It is definitely not expected.
It is good practice to always set the button's type.
Closed by #20.
If a button's type is not set, the "submit" type is assumed. Hence the browser tries a submit event on the current form.
It is definitely not expected.
It is good practice to always set the button's type.