npm final-form 4.4.0
v4.4.0

latest releases: 4.20.10, 4.20.9, 4.20.8...
6 years ago

Bug Fixes

  • Fixed very annoying bug where clearing one field-level validation error would erase them all. #94 #75

New Features

  • New way to set an error on an array of fields. #92
import { ARRAY_ERROR } from 'final-form'

...

errors.items = []
errors.items[ARRAY_ERROR] = 'You need some items'
  • New form.getFieldState(fieldName) API to inquire about the state of a given field. #93 #91

Don't miss a new final-form release

NewReleases is sending notifications on new releases.