`.dropdown-center` and `.dropup-center` in `.navbar` not working
Created by: Sysix
Prerequisites
-
I have searched for duplicate or closed issues -
I have validated any HTML to avoid common problems -
I have read the contributing guidelines
Describe the issue
When a Dropdown with .dropup-center
or .dropdown-center
is inside .navbar
the centering is not working.
Because it checks itself if it's inside .navbar
and will disable popper auto positioning:
see: https://github.com/twbs/bootstrap/blob/v5.2.0/js/src/dropdown.js#L309
Reduced test cases
https://stackblitz.com/edit/jbtery?file=index.html
What operating system(s) are you seeing the problem on?
Windows, macOS, Android, iOS, Linux
What browser(s) are you seeing the problem on?
Chrome, Safari, Firefox, Microsoft Edge, Opera
What version of Bootstrap are you using?
v5.2.0