maiyaporn / angular2-wizard

Angular2 - Form Wizard Component
118 stars 119 forks source link

Keep submit button on screen after submit action #41

Open Agonzit opened 6 years ago

Agonzit commented 6 years ago

I've tried removing " (onComplete)="isCompleted = true; " from the last step, but even without it, the submit and previous buttons dissappear after I submit the form, making it impossible to fix any problems there might be with the form, and having to do it all over again.

Is there an option for this?

Also, how can I recompile the wizard component so I could add more options to the directive?

atiqul commented 4 years ago

Is there any update regarding this issue? I didn't find any workaround to make card-footer visible after final step submitted, because of isCompleted is set to true. Couldn't manage to set it false again. Please help