Currently, react-inform has forceValidate() which exposes snapshot of errors to the props. We found ourselves in a situation when we need to get full list of current errors synchronously.
Do you think a method which returns a copy (?) of form.state.errors could be introduced?
Currently, react-inform has
forceValidate()which exposes snapshot of errors to the props. We found ourselves in a situation when we need to get full list of current errors synchronously.Do you think a method which returns a copy (?) of
form.state.errorscould be introduced?