Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

feat(dropdown): add nesting capability #3776

Closed
wants to merge 1 commit into from
Closed

feat(dropdown): add nesting capability #3776

wants to merge 1 commit into from

Conversation

sebastianhenneberg
Copy link

Adds nesting support for dropdowns as discussed in #2421. Allows to reflect deep hierarchies using dropdowns. The implementation uses an array as a stack to keep track of opened dropdown scopes.

@RobJacobs
Copy link
Contributor

@sebastianhenneberg There is a css solution for implementing this feature here

@sebastianhenneberg
Copy link
Author

@RobJacobs I have seen the CSS solution in the issue already. You get this with pure bootstrap (without angular-ui/bootstrap). I required a solution that utilizes the dropdown directive and allows me to customize the behaviour.

@wesleycho
Copy link
Contributor

I am not sure we want to support something like this due to poor UX, although if I remember correctly, Bootstrap also had some controversy related to this as well.

@wesleycho
Copy link
Contributor

Closing as per #2421 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants