Laximas / vue3-steppy

A customizable Stepper component for Vue 3
MIT License
21 stars 6 forks source link

Next and Back Buttons submit Forms #7

Closed mattsidnell closed 1 year ago

mattsidnell commented 1 year ago

Where a form is spanning the templates, the next and back buttons submit the form as standard. As this can be achieved in the success function, an easy way to stop this behaviour would be to add the "type='button'" attribute to the buttons in the controls div.

Laximas commented 1 year ago

Thanks for the input, should be fixed now =) Will mark it as closed, feel free to reopen if you face any new issues regarding this