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}}