bootstrap@4.0.0-alpha.6 breaks dropdown css
See original GitHub issueJust a warning that the 4.0.0 alpha release for bootstrap 4 breaks the drop down css.
You can reproduce error with
npm i bootstrap@next --save
or
npm i bootstrap@4.0.0-alpha.6 --save
Issue Analytics
- State:
- Created 7 years ago
- Reactions:7
- Comments:9
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 Cheat Sheet - The ultimate list of Bootstrap classes
Quickly find your Bootstrap classes on this interactive Bootstrap cheat sheet. It includes code samples and live preview of elements.
Read more >Bootstrap v4.0.0-alpha.6 navbar not styling - Stack Overflow
If you download Bootstrap v4 alfa 6 version, it should work - just in case try to match the version of your js...
Read more >Bootstrap 4 Dropdowns - W3Schools
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP,...
Read more >Bootstrap 4 Cheat Sheet - UserManual.wiki
css /bootstrap.min.css">. <!-- Main CSS -->. <link rel="stylesheet" href="css/main.css"> ... <div class="collapse navbar-collapse" id="navbarNavDropdown">.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
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
It looks like they just switched ‘open’ to ‘show’ on the dropdown parent. A quick fix would be adding this as custom CSS to your project.
I’ll try to put together a pull request for it. I would just add ‘show’ to the select component template, though I need to check to confirm that.
anyone got a fix for this ? desperately need the select to work 😉