missing ".dropdown-menu-right" in v4.0.0-beta
See original GitHub issueIn v4.0.0-beta there is no .dropdown-menu-right
class.
It was included in v4.0.0-alpha6 and its there in docs.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Dropdowns - Bootstrap
Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They're made interactive with the included Bootstrap dropdown ...
Read more >Bootstrap 4 Dropdown Menu not working? - Stack Overflow
Edit: In case anyone else is having this problem, I believe the solution for OP was that he had not imported popper.js ....
Read more >Bootstrap 4 dropdown menu is not working. - Laracasts
Hi. I have a fresh Laravel 5.5. I have change the webpack and asset configurations to use Bootstrap v4. Everything is working except...
Read more >Bootstrap 4 Dropdowns - W3Schools
To disable an item in the dropdown menu, use the .disabled class (gets a light-grey text color and a "no-parking-sign" icon on hover): ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I could not reproduce it: https://www.codeply.com/go/ULpwrXl7R1 But in my project i have also this issue since upgrading from alpha.6 to beta:
Can’t find the difference
Update:
.dropdown-menu-right { right: 0; left: auto; }
Inserting this into my .css fixed this issue for me.That’s right because Dropdown now depend on Popper.js and when you applied
.dropdown-menu-right
to your Dropdown it will be positionned by Popper.js not by CSS