A new component: Hierarchical Multi Select Dropdown #8964
spulloor
started this conversation in
Feature requests
Replies: 1 comment
|
It is available as TreeSelect – https://mantine.dev/core/tree-select/ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We already have a component MultiSelect which allows multiple values to be selected at the same time from a dropdown but what if I have a scenario where I need to only select all values inside a certain category I don't have a way of doing this currently using this MultiSelect component. For this I propose we create a new component that will support this type of UX. I have attached a screenshot I grabbed from the internet for this.
Here's what I found on the internet on what this component's design requirements got to be:
I try to find an exisiting issue that tackles this problem but couldn't find one so i'm creating one here. If this is something that the team is looking forward to be part of the library i'll be more than willing to work on this component for the library.
All reactions