Skip to content

v6.4.3

Choose a tag to compare

@erikras erikras released this 30 Dec 13:22
· 693 commits to master since this release

Bug Fixes

  • Fixed bug where some API props, like validate and warn on Field were leaking down into the components. #2361 #2356
  • Fixed bug where fields.get(index) was not returning the current value of the field array element. #2362 #2355
  • Fixed bug where you could not pass an array of validators to FieldArray. #2364 #2343

Minor Features