Dany Eudes

Results 5 comments of Dany Eudes

I got the same problem. I figure out how to center the tab icon using the following css in component style section: ``` .vue-form-wizard .wizard-icon { height: inherit; } ```...

Update: I cannot reproduce that in JS Fiddle using VueFormWizard, VueFormGenerator, Font Awesome and Bootstrap 4. Maybe the conflict is in other feature from the Anthony Rappa's Laravel 5.7 Boilerplate...

Update: First tab icon background color is Okay when the wizard is loaded. I noticed that after going to the next tab from the very first tab, the `` where...

It's possible to workaround this anomaly just right watching the _active index_ value. When it drops to -1 we could make an extra call to **.nextTab()** forcing it to be...

Could anyone explain the concepts behind the Tree and Node objects? Maybe someone can provide a use case. This will be much appreciated by all of us.