FieldArrayStore

Type that defines the state of a form field array.

Definition

  • FieldArrayStore object
    • name string
    • items array
    • error string
    • active boolean
    • touched boolean
    • dirty boolean

Explanation

The items do not contain the value of the fields, but only a random unique number.