-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Navbar component auto toggle when I click on Navbar dropdown item in shorten mode #1474
Comments
Interesting, this appears to only happen when the user doesn't click directly on the dropdown's toggle text (clicking to the right of it causes the collapse to close) |
PR #1475 addresses this issue and will be available in the next release. |
I'm glad there's a fix merged, but I hope it gets released soon. |
Should be fixed in v1.4.1. |
@pi0 This still appears to be an issue in the latest version. Here's an example from the docs: |
I can still reproduce this, is there a known workaround solution? PS: Turns out it's related to the |
I have a simple code for navbar:
It works well on Desktop mode, but when I change to md screen, I can't expand the navbar dropdown item, the navbar auto close when I click on the dropdown menu.
You can see the error in the image: http://gph.is/2CLXEgQ
The text was updated successfully, but these errors were encountered: