From 89954fe1f832b97f02087e87384ede49e3df0260 Mon Sep 17 00:00:00 2001 From: Dylan Hunn Date: Wed, 26 May 2021 18:34:42 -0700 Subject: [PATCH] docs(forms): make the forms validation guide specify more clearly what happens when mixing HTML5 native validators with Angular forms. (#42377) Previously, the docs didn't say anything about the fact that the `novalidate` attribute is added to the enclosing form, or how to override that behavior. I have added a couple lines in the appropriate spot clarifying this issue. PR Close #42377 --- .../app/profile-editor/profile-editor.component.html | 2 -- aio/content/guide/form-validation.md | 4 ++++ aio/content/guide/reactive-forms.md | 10 ---------- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/aio/content/examples/reactive-forms/src/app/profile-editor/profile-editor.component.html b/aio/content/examples/reactive-forms/src/app/profile-editor/profile-editor.component.html index fcf50e2c9496a..20688484e3c8f 100644 --- a/aio/content/examples/reactive-forms/src/app/profile-editor/profile-editor.component.html +++ b/aio/content/examples/reactive-forms/src/app/profile-editor/profile-editor.component.html @@ -4,9 +4,7 @@