Skip to content

v1.0.5

Compare
Choose a tag to compare
@erikras erikras released this 06 Jun 09:34
· 61 commits to master since this release

Bug Fixes

  • Fixed a bug with field-level validation. You can now do <FieldArray validate={array => array && array.length ? undefined : 'Required'}/> whereas before you could not. #32 final-form/react-final-form#160