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? 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 works great but after clicking a nav item it doesnt auto collapse back .
Is it possible to enable auto collapse?
The text was updated successfully, but these errors were encountered:
Huh, it definitely should. Are you setting an :on-change or :on-click handler? This might be similar to a problem @sorenmacbeth was running into.
:on-change
:on-click
Sorry, something went wrong.
nope, here is my def
[racehub/om-bootstrap "0.5.0"] [prismatic/om-tools "0.3.11"] [org.omcljs/om "0.8.8"]]
(nav/navbar {:brand (domt/a {:href "#"} "test")} (nav/nav {:collapsible? true} (nav/nav-item {:key 1 :href "#/login"} "Sign in") (nav/nav-item {:key 2 :href "#/logout"} "Logout")))
No branches or pull requests
Navbar works great but after clicking a nav item it doesnt auto collapse back .
Is it possible to enable auto collapse?
The text was updated successfully, but these errors were encountered: