bietkul / react-reactive-form

Angular like reactive forms in React.
MIT License
309 stars 32 forks source link

Autosave option #34

Closed muhammadnasr closed 5 years ago

muhammadnasr commented 5 years ago

Thanks for the great lib.

Do you have option for autosave like

https://www.npmjs.com/package/react-distributed-forms

check the demo to see how it works. https://codesandbox.io/s/5k30y1x05k

bietkul commented 5 years ago

Hey, I think that is more like a React state implementation which can also be implemented with this library. You can use handleSubmit function from control to make a form as submitted. Refer docs: https://github.com/bietkul/react-reactive-form/blob/master/docs/api/FormGroup.md

bietkul commented 5 years ago

It seems like the issue is not active anymore. closing it, for now, feel free to re-open