Hi,
is it possible to update "touched" in "handleChange" similar to "errors". Actually it will be computed only on submits. Using a combination of "handleChange" and "setTouched" could be one manual option but brings a lot of boilerplate. A new parameter would be nice to make "touched" parameter holding the live state instead of getting computed on submits.
You can create a custom props.field.handleBlur to your input's onBlur and (i think) that would work