Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@HugoPerard HugoPerard released this 22 May 15:35
· 1 commit to master since this release

Fixs

  • Collections issue with pristine : remove items did not break form's pristine because of removed items could not influence it, now collection have its own pristine state

What does it change?

  • Triggering a collection's method will update the pristine state of the collection, as well as the form's pristine state (in addition to updating the mounted fields managed by this method trigger). You can disable these updates by passing the keepPristine option to the method as true.
  • The collection's methods setKeys, remove, and removeMultiple now accept a second parameter options object with the keepPristine property.