k88hudson / react-formation

Robust, testable forms with react in minutes
https://k88hudson.github.io/react-formation
33 stars 9 forks source link

Possible conflicts in form this.state #6

Open k88hudson opened 9 years ago

k88hudson commented 9 years ago

Right now all field values are stored on this.state, but this could potentially cause conflicts.

For example, if you had a a field called didSubmit, it would definitely conflict with the didSubmit state of the form.

k88hudson commented 9 years ago

Possible ideas: