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
This commit is contained in:
Dylan Hunn
2021-05-26 18:34:42 -07:00
committed by Andrew Kushnir
parent e0381a87c9
commit c54643f00e
3 changed files with 4 additions and 12 deletions
@@ -4,9 +4,7 @@
<!-- #enddocregion ng-submit -->
<label>
First Name:
<!-- #docregion required-attribute -->
<input type="text" formControlName="firstName" required>
<!-- #enddocregion required-attribute -->
</label>
<label>