In HTML the default type of button is not button

The default type of <button> is "submit" which is why a <button> in a <form> submits the form when clicked.

Simply doing <button type="button"> removes this behaviour without the need for JavaScript.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button

Comments

Popular posts from this blog

The TypeScript "extends" Keyword Doesn't Extend Types

Use Joycons with Steam on Linux

Fix Controller Input when a Game Doesn't Use Steam Input