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

Changed only #19

Open vict-shevchenko opened 6 years ago

vict-shevchenko commented 6 years ago

Need possibility to grab only changed values from the form.

form.values // => will return an object of changed values only, not all like now.