diff options
| author | Starsam80 <[email protected]> | 2016-09-04 18:50:39 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-09-04 17:50:39 -0700 |
| commit | a996eb344d2394912ab424b0e967a652714f2723 (patch) | |
| tree | 9787f69d46360d4c30f1850f8d3d09fced495a0f /docs/components | |
| parent | 7f1c36767a1355fbf2aee4f933f67287ad541fea (diff) | |
| download | bootstrap-a996eb344d2394912ab424b0e967a652714f2723.tar.xz bootstrap-a996eb344d2394912ab424b0e967a652714f2723.zip | |
Fix segmented buttons in input group docs (#20489)
Fixes #20484
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/input-group.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/input-group.md b/docs/components/input-group.md index 36c11c7d0..21f944d64 100644 --- a/docs/components/input-group.md +++ b/docs/components/input-group.md @@ -200,7 +200,7 @@ Buttons in input groups are a bit different and require one extra level of nesti <div class="input-group"> <div class="input-group-btn"> <button type="button" class="btn btn-secondary">Action</button> - <button type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> + <button type="button" class="btn btn-secondary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="sr-only">Toggle Dropdown</span> </button> <div class="dropdown-menu"> @@ -219,7 +219,7 @@ Buttons in input groups are a bit different and require one extra level of nesti <input type="text" class="form-control" aria-label="Text input with segmented button dropdown"> <div class="input-group-btn"> <button type="button" class="btn btn-secondary">Action</button> - <button type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> + <button type="button" class="btn btn-secondary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="sr-only">Toggle Dropdown</span> </button> <div class="dropdown-menu dropdown-menu-right"> |
