1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 23:54:08 +02:00

Merge pull request #8791 from acmetech/3.0.0-wip

Update the code example for <select> multiple
This commit is contained in:
Chris Rebert
2013-07-29 11:34:13 -07:00

View File

@@ -1452,7 +1452,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<option>5</option>
</select>
<select multiple="multiple" class="form-control">
<select multiple class="form-control">
<option>1</option>
<option>2</option>
<option>3</option>