diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index 3830f5a9f1..4735bd9a5c 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -711,7 +711,7 @@ Here's how form validation works with Bootstrap: - Bootstrap scopes the `:invalid` and `:valid` styles to parent `.was-validated` class, usually applied to the `
`. Otherwise, any required field without a value shows up as invalid on page load. This way, you may choose when to activate them (typically after form submission is attempted). - As a fallback, `.is-invalid` and `.is-valid` classes may be used instead of the pseudo-classes for [server side validation](#server-side). They do not require a `.was-validated` parent class. - Due to constraints in how CSS works, we cannot (at present) apply styles to a `