mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
mention labels being outside input-group
This commit is contained in:
parent
1c3acb63b1
commit
ea2d6adfc7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ toc: true
|
|||
|
||||
## Basic example
|
||||
|
||||
Place one add-on or button on either side of an input. You may also place one on both sides of an input. **We do not support multiple form-controls in a single input group.**
|
||||
Place one add-on or button on either side of an input. You may also place one on both sides of an input. **We do not support multiple form-controls in a single input group** and `<label>`s must come outside the input group.
|
||||
|
||||
{% example html %}
|
||||
<div class="input-group">
|
||||
|
|
Loading…
Reference in a new issue