Skip to content

v1.10.1

Choose a tag to compare

@ciscoheat ciscoheat released this 07 Nov 15:49
· 1086 commits to main since this release

Added

  • Added arrayProxy, for proxying arrays and their errors in the form data. Example available on Stackblitz.
  • Added FormPathArrays type, enumerating all arrays in an object as string accessors. Used to access arrayProxy in a type-safe manner.
  • formFieldProxy now has a taint option, in case a modification should not taint the form.