We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4eb382 commit 2a2fd14Copy full SHA for 2a2fd14
docs/content/guide/forms.ngdoc
@@ -56,6 +56,9 @@ for other directives to augment its behavior.
56
57
Note that `novalidate` is used to disable browser's native form validation.
58
59
+The value of `ngModel` won't be set unless it passes validation for the input field.
60
+For example: inputs of type `email` must have a value in the form of `user@domain`.
61
+
62
63
64
# Using CSS classes
0 commit comments