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 i remain active background color of step bullet after i pass the step???

I have a specific icons provided by client & have to use exact. How can i use these in wizard?

Currently the line that shows progress starts before the first step and continues through it whenever the user proceed. It would be nice to allow controlling this behaviour, so it...

help wanted

Have a look here https://jsfiddle.net/efpgr4xw/ it's a modified version of Dynamic tab example button test toggles second tab ('Is Logged In?') putting slot title BEFORE tab-content messed up tabs positions:...

When there are enough (>=5) steps on the form, and the page width is small enough, the horizontal line begins to break. This is reproducible in the official basic demo...

I have a 7 tab app and it looks cluttered on mobile- the start and finish tabs are just texts- is there a way to display the tab content but...

Hello, there is an issue with the round / square step : ``` 1 ``` The border is in one div, and the background color is on another div inside...

Hi, I am trying to use the `asyncValidation` https://binarcode.github.io/vue-form-wizard/#/?id=async-validation with the vue-router integration https://jsfiddle.net/bt5dhqtf/267/ . I really like the router integration because only the current step is actually loaded and...

I followed this example https://jsfiddle.net/bt5dhqtf/705/ and when I use the template slot nav Pills just dissapear I changed to this ` ` And I get this error in the console...

Great plugin, but im wondering if its posible to send tabs to bottom insted they appear at the begining, is some way to do that?