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

How do I set the value of a field? #265

Closed ekampp closed 3 years ago

ekampp commented 3 years ago

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

I have a vue-dynamic-form. I submit it. How do I prevent the fields from clearing out?

Describe the solution you'd like

Either an option to not clear out the fields or a way to set the values of the fields.

Describe alternatives you've considered

None, since this is more a question than a feature.