Skip to content

FormArray support

Latest
Compare
Choose a tag to compare
@jcctudela jcctudela released this 07 Jun 15:55
· 138 commits to master since this release

Changes the naming of the FormArray methods support, in order to solve the situation when 2 FormArrays are called the same way in different places

For example:
Given this structure:
data:
contact:
phones: []

  • 1.*: addPhone()
  • 2.*: addDataContactPhones()