kettanaito / react-advanced-form

Functional reactive forms. Multi-layer validation, custom styling, field grouping, reactive props, and much more.
https://redd.gitbook.io/react-advanced-form
MIT License
217 stars 24 forks source link

Dispatches "onChange" callback on "Form.updateFieldsWith()" #342

Closed kettanaito closed 5 years ago

kettanaito commented 6 years ago

Roadmap

kettanaito commented 6 years ago

Need to move the onChange dispatch inside the callback function of setState to ensure the callback is derived from the successful state update, rather being in parallel with it.