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

How can keep my tab in the begin, when I advance in steps. For example in first step I have some fields in a form, in second too and with...

### Bug The order of content-tabs is broken if one or more tabs are wrapped within other tags or components. Take a look at the extended unit test. ### Problem...

Hi, whenever I try to use vue form wizard with vue-router i.e by using the `route` prop on the tab-content component, the route loads fine, but the wizard disappears. Is...

would it be possible to have the option to have tab-name within the the tab or above the tab as well as under thetab as it currently it? please?

Is it possible to add the ability to show the form in a single page form, i.e. with a option `isSinglePage`?

https://github.com/BinarCode/vue-form-wizard/blob/ff92af9fc2e877e41a381cf29e6bb14c8c605184/src/components/FormWizard.vue#L343-L346 There are several methods that call `this.setValidationError(null)` in order to reset the error message. However, `setValidationError` always emits `on-error` regardless of the value of `error`. It took me a...

Hi, I'm trying to load components dynamically based on choice in the current step. For example, the user has 3 choices in the first step and if he chooses choice...

Hello, i try to test a custom component using jest which uses vue-form-wizard as a child component. but my test fails with the error message `Prop startIndex set to 0...

I trying to use **Ace editor** in on of steps but it doesn't work! when I put ace editor outside of vue-form-wizard its work fine and I can type on...

We have a requirement: After the last tab, there is another hidden. When the user clicks on the Finish button, all guides, including the current tab, will be hidden as...