mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
update code example for <select> multiple
This commit is contained in:
parent
2acb0f40c0
commit
13406c240a
1 changed files with 1 additions and 1 deletions
2
css.html
2
css.html
|
@ -1452,7 +1452,7 @@ For example, <code><section></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>
|
||||
|
|
Loading…
Reference in a new issue