Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Errors don't show on array fields #40

@ONbik-srebollo

Description

@ONbik-srebollo

Hi.

I've a form with an array of forms. For example:

    this.formGroup = this.formBuilder.group({
      'field1': [null, Validators.required],
      'field2': this.formBuilder.array([]),
    });

Field2 is a form group with some fields required. The form is not submit because some fields on Field2 are not valid, but no message is shown, nor fields are marked with has-error class.

Documentation.
Documentation example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions