insin / react-auto-form

Simplifies getting user input from forms via onChange and onSubmit events, using DOM forms APIs
https://insin.github.io/react-auto-form/
MIT License
116 stars 12 forks source link

Complex object #2

Open kumarvish opened 8 years ago

kumarvish commented 8 years ago

Hi,

Well done with this great little package. It is simple and easy to use.

I have a question about complex object and prepopulating the form with values, how can this be achieved?

For Example: data : { user : { firstname : "user firstname", lastname : "user lastname" } }

dac09 commented 8 years ago

+1 - I'm trying to get around this as well.