fixes #19930: update split dropup variation to include modifier
This commit is contained in:
parent
302ba3fdc6
commit
ab9d351860
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ Trigger dropdown menus above elements by adding `.dropup` to the parent element.
|
|||
<button type="button" class="btn btn-secondary">
|
||||
Split dropup
|
||||
</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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue