Skip to content

<form> support #42

@alexregier

Description

@alexregier

In traditional reactive forms in Angular, you would link the main formGroup to the from, like this: <form [formGroup]="form" (ngSubmit)="onSubmit()"> ... </form>.

With this we can have the submit event and improved accessibility.
Is there support for it? How would it be done?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions