yew-bootstrap icon indicating copy to clipboard operation
yew-bootstrap copied to clipboard

`Button` type cannot be changed: will always be interpreted as a submit button in forms

Open isosphere opened this issue 1 year ago • 0 comments

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.

isosphere avatar Apr 08 '23 21:04 isosphere