form-wizard-vue3
form-wizard-vue3 copied to clipboard
A form wizard/stepper component made with Vue
When I complete all the steps, how do I reset data and go back to the first step?
Hello, I found a bug in form-wizard-vue3. I would like to disable the button if all the mandatory fields are not filled up. I disabled the next-button option but the...
Does using the title slot mean that all titles have to be the same? How can I make them different? Should the title slot be a scoped slot?
Hi! In the documentation is written that the component is using Prime Icons. I installed the package and included the css-file, but the icons are now shown. Can you write,...
I think that a prop for overwriting the default class on the `` would be handy. So using js to overwrite wouldn't be needed. ``` let form = document.getElementById("form_wiz"); form?.children[0].classList.add("nav",...
Hi! I need to spare some place on the screen. I found that it is very useful if I put the button back and next on the top and between...
Is it possible to dynamically create tabs? I have a wizard in Backbone I am moving to Vue 3 and need to create tabs on the fly depending upon the...
Hi there, is there a way to prevent the tab change if there are conditions not met. I.e. I'm trying to use the _onTabBeforeChange_ event to check parameters and prevent...