We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In the latest Bootstrap 4 version (v4-beta) the active class for the nav_item should not be set to the li tag. Instead it should be on the a tag having the class nav-link. See https://getbootstrap.com/docs/4.0/components/navs/#pills-with-dropdowns
active
li
a
nav-link
This is the relevant part of the code.
The text was updated successfully, but these errors were encountered:
Hi, thanks for reporting this! I don't have time to work on this right now, but would be happy for a PR! 😄
To be honest, I think there are quite a lot of issues like this with the code for Bootstrap 4. Or does it mostly work OK for you?
Sorry, something went wrong.
I'll try to open a PR for this in the next few days.
We have no other problems with it in our application. But I will check the code for possible issues 😄
No branches or pull requests
In the latest Bootstrap 4 version (v4-beta) the
active
class for the nav_item should not be set to theli
tag. Instead it should be on thea
tag having the classnav-link
. See https://getbootstrap.com/docs/4.0/components/navs/#pills-with-dropdownsThis is the relevant part of the code.
The text was updated successfully, but these errors were encountered: