vue-dynamic-forms icon indicating copy to clipboard operation
vue-dynamic-forms copied to clipboard

Dynamic wizard

Open saileshkush95 opened this issue 5 years ago • 5 comments

Can we create wizard dynamically

saileshkush95 avatar Oct 28 '20 16:10 saileshkush95

Hi @saileshkush95 , do you mean a multipage (each page a form) wizard?

alvarosabu avatar Oct 28 '20 16:10 alvarosabu

Yes, I'm mean multi step form

saileshkush95 avatar Oct 30 '20 08:10 saileshkush95

Ok @saileshkush95 so with the current implementation, you have 2 ways to achieve that:

  1. Either use a dynamic-form component for each page and listen to the changes with @change="valueChange" and save all the forms values in the same object so they're available at the end or.
  2. Use 1 (one) dynamic-form component and apply the multistep using CSS and customClass property for each field.

alvarosabu avatar Oct 31 '20 11:10 alvarosabu

Defenately I'll try as you suggested.

saileshkush95 avatar Nov 01 '20 04:11 saileshkush95

Should the declarative form model support the concept of a "page" of fields, like you will with fieldset?

eyleron avatar Jan 29 '22 02:01 eyleron