From 3ead14a1e082b95a792339a549b14df59f53de2b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 13 Jun 2012 22:00:10 -0700 Subject: clarify support of select items (which is none) for input-prepend/append --- docs/base-css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 08395f8d0..8f0c092d8 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -959,7 +959,7 @@ For example, <code>section</code> should be wrapped as inline.

Adding on top of existing browser controls, Bootstrap includes other useful form components.

Prepended and appended inputs

-

Add text or buttons before or after any text-based input.

+

Add text or buttons before or after any text-based input. Do note that select elements are not supported here.

Default options

Wrap a .add-on and an input with one of two classes to prepend or append text to an input.

-- cgit v1.2.3