From: Mark Otto Date: Fri, 4 Aug 2017 21:21:21 +0000 (-0700) Subject: remove old validation docs, fixes #23217 X-Git-Tag: v4.0.0-beta~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=062d113eee8422d5f6321143009ee0884dfe2466;p=thirdparty%2Fbootstrap.git remove old validation docs, fixes #23217 --- diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index 1ae5c81f3b..22c06b923f 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -957,34 +957,6 @@ Custom checkboxes and radios can also be disabled. Add the `disabled` boolean at {% endexample %} -#### Validation states - -Add other states to your custom forms with our validation classes. - -{% example html %} -
- -
-
- -
-
- -
-{% endexample %} - #### Stacked Custom checkboxes and radios are inline to start. Add a parent with class `.custom-controls-stacked` to ensure each form control is on separate lines.