AustinGil / vuetensils

🍴 A tasty toolset for Vue.js 🛠 - Lightweight, functional components to boost your next project.
https://vuetensils.austingil.com/
MIT License
658 stars 38 forks source link

Prevent accidental form submission #144

Closed lbineau closed 2 years ago

lbineau commented 2 years ago

When the component is nested into a <form> the button is considered as type="submit" by default. Forcing type="button" allows preventing the form submission.

AustinGil commented 2 years ago

Brilliant! Should have caught this myself a long time ago. Thanks for the contribution :)

AustinGil commented 2 years ago

Fix should be out. Also caught a couple of places where this could have been an issue. Thanks again.