Skip to content

Commit

Permalink
docs: fixes text buttons to match behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
zalog authored and mdo committed Oct 12, 2022
1 parent 16e3f97 commit 3377ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/5.2/components/dropdowns.md
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ By default, the dropdown menu is closed when clicking inside or outside the drop

<div class="btn-group">
<button class="btn btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown" data-bs-auto-close="inside" aria-expanded="false">
Clickable outside
Clickable inside
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Menu item</a></li>
Expand All @@ -967,7 +967,7 @@ By default, the dropdown menu is closed when clicking inside or outside the drop

<div class="btn-group">
<button class="btn btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false">
Clickable inside
Clickable outside
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Menu item</a></li>
Expand Down

0 comments on commit 3377ca4

Please sign in to comment.