vict-shevchenko / reactive-mobx-form

Reactive forms for applications running on React and MobX
https://vict-shevchenko.github.io/reactive-mobx-form
MIT License
45 stars 4 forks source link

Add possibility to render part of form #10

Closed vict-shevchenko closed 6 years ago

vict-shevchenko commented 6 years ago

Something like wizard forms

vict-shevchenko commented 6 years ago

possible now. but need to resolve 2 issues:

  1. saving control value during control is not on form.
  2. restoring Control from saved state
vict-shevchenko commented 6 years ago

All done.

use parameters destroyFormStateOnUnmount: false - to preserve form state in formStrore when Form omponent is unmouted destroyControlStateOnUnmount: false - to preserve field state when Control is unmounted