↳
In-reply-to
»
TIL: that the
โค Read More
<button>
element in HTML5 will cause a form to submit when clicked (instead of any other behaviour you expect) because <button>
has a default value of, get this... type="submit"
.
@eldersnake@yarn.andrewjvpowell.com Is it because there are no other buttons in the form? ๐ค