vue-form-wizard
vue-form-wizard copied to clipboard
Hide all tabs
How do you hide/remove all tabs?
I have the same question, I want my form to be separated in steps, but dont want the titles or step numbers be shown.
@SimonFricker What did you do?
I've added the following CSS in my .vue file:
/deep/ .vue-form-wizard {
.wizard-header {
display: none;
}
ul.wizard-nav-pills,
.wizard-progress-with-circle {
display: none !important;
}
}
I hope it help.
Using CSS is not an ideal solution as the tabs still get rendered.
@SimonFricker Then, Explain us what is the correct way.
Idk how
On Mon, 29 Jun 2020, 21:16 Jonathan Arias, [email protected] wrote:
@SimonFricker https://github.com/SimonFricker Then, Explain us what is the correct way.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/BinarCode/vue-form-wizard/issues/342#issuecomment-651336335, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJ2GLJ62HEZ6NIIO33ULO3RZDZAZANCNFSM4N7S3O6A .