frappe-ui
frappe-ui copied to clipboard
Buttons should probably have type="button" by default
Because without this attribute, buttons have type=submit which is awful in both UX for the blind, could lead to unintentional form submission, and is bad DX for devs (you have to prevent submission when using <form>
).
https://github.com/frappe/frappe-ui/blob/a5d24ee27bb0ff6c72928fbbda44ce6d3de8569e/src/components/Button.vue#L2-L7