Laximas / vue3-steppy

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

Button Disable Feature #6

Closed p4v3 closed 1 year ago

p4v3 commented 1 year ago

I would like to request the addition of an API prop to enable and disable the button disable in the Vue multistep component. The proposed API prop would empower developers to easier control the activation status of the "Next" and "Done" buttons based on specified criteria.

Laximas commented 1 year ago

Hey, this is already available with the "isValid" parameter of the "tabs" prop. You can pass your conditions there with a computed property even that will enable/disable the specified button accordingly

p4v3 commented 1 year ago

okay im blind. Thank you very much