Bug Fixes
- Fix for unsubmittable form if a field unregistered during async validation #426 final-form/react-final-form#904
- Ensure
validating
istrue
before notifying listeners, if async validations are running #428 #427 - Revert "Fix validating field state when blurring before the promise is resolved (#369)" #409 final-form/react-final-form#899
- Handle idiomatic JS paths with arbitrary string properties #381 #380
- Fix field-level initialValue should not be blocked by noValueInFormState #424 final-form/react-final-form#823
- Fix modifiedAfterSubmit property not being reset when there are synchronous errors 34fd350