mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The forms `submit` event handlers have a `return false` to prevent form submissions from reloading the page, however this also prevents the browser behavior for forms with `method="dialog"`. These changes add an exception since the `method="dialog"` doesn't refresh the page. Fixes #47150. PR Close #47308 |
||
|---|---|---|
| .. | ||
| browser.ts | ||
| browser_util.ts | ||
| matchers.ts | ||
| testing.ts | ||