diff options
| author | Mark Otto <[email protected]> | 2017-10-22 19:39:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-22 19:39:32 -0700 |
| commit | 2d0399e4ea940a91178635d08d201650101d76be (patch) | |
| tree | 1c1a49d32e8d093f082624f43c6a3f40f512ce70 /docs/4.0/components | |
| parent | 137b680c695246373ef2582fabd4885feb8462dc (diff) | |
| download | bootstrap-2d0399e4ea940a91178635d08d201650101d76be.tar.xz bootstrap-2d0399e4ea940a91178635d08d201650101d76be.zip | |
clarify
Diffstat (limited to 'docs/4.0/components')
| -rw-r--r-- | docs/4.0/components/input-group.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/4.0/components/input-group.md b/docs/4.0/components/input-group.md index db8dc4b0c..011a1edc7 100644 --- a/docs/4.0/components/input-group.md +++ b/docs/4.0/components/input-group.md @@ -1,11 +1,13 @@ --- layout: docs title: Input group -description: Easily extend form controls by adding text, buttons, or button groups on either side of textual inputs. +description: Easily extend form controls by adding text, buttons, or button groups on either side of textual inputs, custom selects, and custom file inputs. group: components 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. |
