asigloo / vue-dynamic-forms

Easy way to dynamically create reactive forms in Vue based on a varying business object model
https://vue-dynamic-forms.netlify.app/
MIT License
395 stars 45 forks source link

Importing form structure from JSON (from API backend or local JSON file) #310

Open acrolink opened 2 years ago

acrolink commented 2 years ago

Is your feature request related to a problem? Please describe.

No.

Describe the solution you'd like

To be able to import the whole form configuration from standard JSON object (including field types, field names, labels etc.)

Describe alternatives you've considered

No response

Additional context

No response

Validations