From: Mark Otto Date: Thu, 14 Jun 2012 05:00:10 +0000 (-0700) Subject: clarify support of select items (which is none) for input-prepend/append X-Git-Tag: v2.1.0~2^2~272 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ead14a1e082b95a792339a549b14df59f53de2b;p=thirdparty%2Fbootstrap.git clarify support of select items (which is none) for input-prepend/append --- 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}}