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

think over approach to handle same name in form control. #9

Closed vict-shevchenko closed 6 years ago

vict-shevchenko commented 6 years ago

two Control components should bind to the same Field. How can this be done?

vict-shevchenko commented 6 years ago

Now this works for Control component but should fail for ControlArray and ControlSection.

I think this is the way things will go.