From 1118e8103b485635249657d39a43a3563e810d6b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 21 Jul 2014 12:26:12 -0700 Subject: [PATCH] Document that form field feedback icons only work with `input.form-control` Closes #14202. [skip sauce] --- docs/_includes/css/forms.html | 1 + 1 file changed, 1 insertion(+) 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.