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.