From: Mark Otto Date: Wed, 19 Aug 2015 02:30:22 +0000 (-0700) Subject: document some help text examples to the docs X-Git-Tag: v4.0.0-alpha~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a79e7db6bd3ecfb55dc0d84372fbe32ba3b3292b;p=thirdparty%2Fbootstrap.git document some help text examples to the docs --- diff --git a/docs/components/forms.md b/docs/components/forms.md index 1e467e8852..e7deaa1ab9 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -515,10 +515,18 @@ Wrap inputs in grid columns, or any custom parent element, to easily enforce des ## Help text -Block level help text for form controls. +No official help text classes exist in Bootstrap 4 (previously we had `.help-block` in v3), but thanks to our utility classes, you can create much more flexible help text as you need it. {% example html %} -

A block of help text that breaks onto a new line and may extend beyond one line.

+ +Some inline text with a small tag looks like this. +{% endexample %} + +{% example html %} + +

+ A block of help text that breaks onto a new line and may extend beyond one line. +

{% endexample %} ## Validation