-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown and detectNavbar #24267
Comments
Nope I just didn't handle that use case but we use the closest navbar |
It could be default '.navbar', but if someone need disable popper in custom navigation can use different selector to disable it. |
This PR will allow you to disable Popper.js #24092 |
Ok, thanks. I have another question. Why is used:
and not
Is not the same? Navbar_nav should be inside navbar |
Yep we can change that 👍 |
I think we can close this issue @danijelGombac ? |
Yes, thanks. |
Is there a reason why detectNavbar selector is not part of config options?
It could be an option like
data-navbar=".my-navbar"
Then the functionality could be extended to custom navbars.
The text was updated successfully, but these errors were encountered: