Skip to content

Commit

Permalink
fix(reactstrap#2750): Set data-bs-popper in dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
amillward committed May 15, 2023
1 parent 8cb0515 commit 7da730c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DropdownMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ class DropdownMenu extends React.Component {
aria-hidden={!this.context.isOpen}
className={classes}
data-popper-placement={attrs.placement}
data-bs-popper="static"
/>
);
}
Expand Down

0 comments on commit 7da730c

Please sign in to comment.