foxhound87 / mobx-react-form

Reactive MobX Form State Management
https://foxhound87.github.io/mobx-react-form
MIT License
1.09k stars 129 forks source link

Get an array of fields when submitting a form #627

Closed mistek131995 closed 1 year ago

mistek131995 commented 1 year ago

Hi, my form looks like this. How can I get the fields in array format when submitting the form?

Снимок экрана (200)

foxhound87 commented 1 year ago

I think you need form.values() which can access all form values, for example, using it in an event hook

If you need more support, post your form configuration or join us on discord channel