? Object.values(this.props.field.subfields).reduce((a, v) => {
        a[v.name] = { value: "", error: !"".match(v.regexValidation) };
        return a;
      }, {})