I think values are parsed twice in the `handleChange` handlers, since the parser is also called in the normalizer. See [this handler](https://github.com/AppliedMathematicsANU/plexus-form/blob/master/index.js#L86) for example.
I think values are parsed twice in the
handleChangehandlers, since the parser is also called in the normalizer.See this handler for example.