vue-form-wizard
vue-form-wizard copied to clipboard
Vue.js 2 wizard
Hi, Just wanted to say you may have missed adding the commits for the methods from 6 months ago to your npm package. Commits 5e50036c4c450fe9e83bc3fe2f1ee215ab6547fa 55a2bc40abb7d0e6ce9fe4bb9aca583a8c6e875c 7209900cbe4227e6293b50f659dd4b1842ff85f1
Hello! In my Laravel 5/vuejs 2.6 I use vue-form-wizard and on the last tab I added captura component from DanSnow/vue-recaptcha. With DanSnow/vue-recaptcha I managed to set to my var is_recaptcha_verified...
Fixed ts linting errors in the ts typings files.
When the form is submitted / completed and you reset the wizard using (this.$refs.wizard.reset()) the next button remain disabled. not sure if this is a general issue or it appears...
I should disable the button at the last step. Can you give a complete example using the "wizard-button" ? Thanks
This code is causing HTML validation errors: `` the value of tabindex is "". Tabindex, according to the HTML standard, must be an integer.
The step-size attribute, like: `` is not valid HTML. I would recommend changing it to: ``
The first Time appears good,  but when a I change the tab to another one,  and then return to the tab with the icon with font awesome appears...
Very strange.. I have just installed via npm install vue-form-wizard. Could not get the title of form no to show up, when I look at the nodes_module vue-form-wizard it looks...
I added some more tabs today (index6 and index7) and could not get the display order I wanted, I was using the following (https://jsfiddle.net/vuxdph91/) ``` ``` using this tabs array....