vue-form-wizard icon indicating copy to clipboard operation
vue-form-wizard copied to clipboard

Vue.js 2 wizard

Results 108 vue-form-wizard issues
Sort by recently updated
recently updated
newest added

Hello Sir or Ma'am, Perhaps this is already a feature. If so, then this is not an issue. If not, then consider the following a feature request. I need to...

_vue: 2.6.10 vue-form-wizard: 0.8.4 vuesax: 3.11.1, vee-validate: 2.2.8_ Code: [https://www.codepile.net/pile/lBKVk1X6](https://www.codepile.net/pile/lBKVk1X6) Works fine in Chrome. In Firefox (testing with version 70.0.1) the form submits suddenly and past validation when I change...

I can't seem to get all the Lottie animations from all 3 my steps to show all at once. They bundle together in a single slot for some reason. What...

There doesn't seem to be any way to focus on any input fields in form-wizard. I've tried autofocus on individual text inputs as well as a Vue directive that automatically...

Hello, I want to send all of the fields (inputs, selects, radios, checkboxes) collected through the wizard steps to my server but **just using traditional form submitting**, neither axios nor...

In IE11, the header and footer show up on this page but not the form I've built. My code: https://github.com/gregvissing/gsv-giving-form/blob/master/giving-form-10-11.html head content: https://github.com/gregvissing/gsv-giving-form/blob/master/giving-form-head-content.html Application page: https://ucfoun-stg-bbis.concoursehost.com/_2019-giving-page/home Any help would be...

Hi, I am using Vue-Form-Wizard and I am overwriting the footer buttons because of i18n, this is how it looks like now: ``` {{t_previous}} {{t_next}} {{props.isLastStep ? t_done : t_next}}....

We are trying to convert and existing wizard to this project. So far this project is far superior in functionality to what we originally had with JQuery + Bootstrap. Great...

Hello, I would like to add one differently styled word into the tab title, is there a way to do that?