1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 12:59:05 +02:00

clarify support of select items (which is none) for input-prepend/append

This commit is contained in:
Mark Otto
2012-06-13 22:00:10 -07:00
parent 2cbff258b9
commit 3ead14a1e0
2 changed files with 2 additions and 2 deletions

View File

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