You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2018. It is now read-only.
the Dropdown component currently don't support the data-toggle="collapse" as used in the collapsible navbar (actually i'm not sure the collapse thing is part of a dropdown component, maybe it should be a separate component...):
i made a variation out of your Dropdown component to handle this, it is rough but seems to work (transition is missing), i saw you had "dropdown" rework on the todo list, so feel free to incorporate parts of this:
I believe this issue prevents the navbar from showing the navbar items in a dropdown from the "sandwich" menu in docs/example/headerDocs.vue, when the window is sized to a smaller viewport or is viewed on a mobile phone. Is that assumption correct?
Hello and thanks for all your work!
the Dropdown component currently don't support the data-toggle="collapse" as used in the collapsible navbar (actually i'm not sure the collapse thing is part of a dropdown component, maybe it should be a separate component...):
http://getbootstrap.com/javascript/#within-a-navbar (resize width really small to see the effect)
i made a variation out of your Dropdown component to handle this, it is rough but seems to work (transition is missing), i saw you had "dropdown" rework on the todo list, so feel free to incorporate parts of this:
The text was updated successfully, but these errors were encountered: