Dropdown items in <nav> tabs doesn't remove .active
See original GitHub issueTab JS with <nav>
and a dropdown cause issue #17371.
Demo: https://codepen.io/anon/pen/NyJyBX
But I’m not sure this is a bug or my markup is wrong.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Bootstrap menu dropdown not removing active class when ...
I am using a Bootstrap menu with a drop ...
Read more >How to remove active nav-tab when click outside of ...
Bootstrap has the class called “collapse navbar-collapse” which collapses the navigation bar when the user changes the screen resolution.
Read more >Navs
Navigation available in Bootstrap share general markup and styles, from the base .nav class to the active and disabled states. Swap modifier classes...
Read more >Bootstrap Tabs Dropdown
3. hidden.bs.tab ( on the prior active tab, the same one when it comes to the hide.bs.tab event) ...
Read more >Bootstrap Navs - Examples & Tutorials. Learn how to use ...
The base .nav component does not incorporate any .active state. ... active tab and the previous active tab (if available) respectively. hide.coreui.tab This ......
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 seems that
<ul>
withdropup
,dropright
anddropleft
has the same issue: https://codepen.io/anon/pen/ddrmNvHi, I am still facing issue with dropright. it is not removing .active class. it should be fixed.