mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 16:30:23 +00:00
Merge pull request #8791 from acmetech/3.0.0-wip
Update the code example for <select> multiple
This commit is contained in:
commit
db051288c5
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