diff options
| author | Mark Otto <[email protected]> | 2012-06-13 22:00:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-13 22:00:10 -0700 |
| commit | 3ead14a1e082b95a792339a549b14df59f53de2b (patch) | |
| tree | 9f059b56f5c432f654128b6c8230a9d915dbf9ab /docs | |
| parent | 2cbff258b9351569c76be8e7be1dd9f227a7d2ae (diff) | |
| download | bootstrap-3ead14a1e082b95a792339a549b14df59f53de2b.tar.xz bootstrap-3ead14a1e082b95a792339a549b14df59f53de2b.zip | |
clarify support of select items (which is none) for input-prepend/append
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/base-css.html | 2 | ||||
| -rw-r--r-- | 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 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. <p>Adding on top of existing browser controls, Bootstrap includes other useful form components.</p> <h3>Prepended and appended inputs</h3> - <p>Add text or buttons before or after any text-based input.</p> + <p>Add text or buttons before or after any text-based input. Do note that <code>select</code> elements are not supported here.</p> <h4>Default options</h4> <p>Wrap a <code>.add-on</code> and an <code>input</code> with one of two classes to prepend or append text to an input.</p> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 83418bd1b..5ad952c85 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -890,7 +890,7 @@ <p>{{_i}}Adding on top of existing browser controls, Bootstrap includes other useful form components.{{/i}}</p> <h3>{{_i}}Prepended and appended inputs{{/i}}</h3> - <p>{{_i}}Add text or buttons before or after any text-based input.{{/i}}</p> + <p>{{_i}}Add text or buttons before or after any text-based input. Do note that <code>select</code> elements are not supported here.{{/i}}</p> <h4>{{_i}}Default options{{/i}}</h4> <p>{{_i}}Wrap a <code>.add-on</code> and an <code>input</code> with one of two classes to prepend or append text to an input.{{/i}}</p> |
