diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 08b3e77ae3..483c0e5884 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -588,6 +588,7 @@

With optional icons

You can also add optional feedback icons with the addition of .has-feedback and the right icon.

+

Feedback icons only work with textual <input class="form-control"> elements.

Icons, labels, and input groups

Manual positioning of feedback icons is required for inputs without a label and for input groups with an add-on on the right. You are strongly encouraged to provide labels for all inputs for accessibility reasons. If you wish to prevent labels from being displayed, hide them with the sr-only class. If you must do without labels, adjust the top value of the feedback icon. For input groups, adjust the right value to an appropriate pixel value depending on the width of your addon.