diff options
| author | Jason Quense <[email protected]> | 2018-04-05 17:03:54 -0400 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-04-05 14:03:54 -0700 |
| commit | 2d941d034e07f4a60cab93fb68b27dd8f6a2fa5d (patch) | |
| tree | 8bcdb98a8fab1a03e31eaaac3b628fd6e03c9ce5 /docs/4.0 | |
| parent | d8a39c9989187cbc4c4e33b55363c2d65fa2bc7f (diff) | |
| download | bootstrap-2d941d034e07f4a60cab93fb68b27dd8f6a2fa5d.tar.xz bootstrap-2d941d034e07f4a60cab93fb68b27dd8f6a2fa5d.zip | |
Remove note about multiple inputs (#26194)
* Remove note about multiple inputs
* patchs the PR and removes the word Also
Diffstat (limited to 'docs/4.0')
| -rw-r--r-- | docs/4.0/components/input-group.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/input-group.md b/docs/4.0/components/input-group.md index 670e563ec..fddca987a 100644 --- a/docs/4.0/components/input-group.md +++ b/docs/4.0/components/input-group.md @@ -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** and `<label>`s must come outside the 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. Remember to place `<label>`s outside the input group. {% capture example %} <div class="input-group mb-3"> |
