yew-bootstrap
yew-bootstrap copied to clipboard
`Button` type cannot be changed: will always be interpreted as a submit button in forms
Our Button
component does not allow the user to specify the type
argument. This is required in forms with multiple buttons, as by default all <button>
tags represent submit buttons. This can be changed by specifying type = "button"
in HTML.