From 3ead14a1e082b95a792339a549b14df59f53de2b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 13 Jun 2012 22:00:10 -0700 Subject: [PATCH] clarify support of select items (which is none) for input-prepend/append --- docs/base-css.html | 2 +- docs/templates/pages/base-css.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/base-css.html b/docs/base-css.html index 08395f8d0d..8f0c092d81 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.

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 83418bd1b6..5ad952c850 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -890,7 +890,7 @@

{{_i}}Adding on top of existing browser controls, Bootstrap includes other useful form components.{{/i}}

{{_i}}Prepended and appended inputs{{/i}}

-

{{_i}}Add text or buttons before or after any text-based input.{{/i}}

+

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

{{_i}}Default options{{/i}}

{{_i}}Wrap a .add-on and an input with one of two classes to prepend or append text to an input.{{/i}}