mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The `[formRoot]` directive will no longer call `submit()` if the bound form doesn't define its own submission options. This allows the directive to be used solely for the default behavior it provides: setting `novalidate` on the `<form>` and calling `preventDefault()` on the `submit` event. Fix #67367 PR Close #67727 |
||
|---|---|---|
| .. | ||
| signals | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||