Closed guins closed 4 years ago
I guess a toggle button will never be a submit button, so I added type="button" on the button element in order to fix the issue.
type="button"
button
Yeah, this looks good. Thanks.
I guess a toggle button will never be a submit button, so I added
type="button"
on thebutton
element in order to fix the issue.