-
Hi! RBAC team is exploring a solution where a user can select multiple permissions from a list of permissions. We will be building this functionality in Q2 so I'd love to explore how we can build this functionality using components that are available now. Here's an image that communicates the functionality we'd like to have: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Hi @pguptaDS, thanks for asking about multi-select combobox. There's currently no way to build out your desired functionality on top of our combobox (component nor primitive). The multi-select combobox component is on our roadmap, scheduled to be released in July. For now, check out Katie's answer to a similar question. The best option for now is probably to use a checkbox group. Would this work for your use-case until the component is released, or would there be too many options/permissions to select from? If the multi-select combobox is the only path forward, we can talk about next steps for getting it ready to use before July. We’d have to add the useMultipleSelection hook to our combobox primitive so that your team could build out the component. We’d work alongside you to ensure that it’s built in an accessible and sustainable way. If this is something you want to consider, please let me know so I can share with the team. |
Beta Was this translation helpful? Give feedback.
Hi @pguptaDS, thanks for asking about multi-select combobox. There's currently no way to build out your desired functionality on top of our combobox (component nor primitive). The multi-select combobox component is on our roadmap, scheduled to be released in July.
For now, check out Katie's answer to a similar question. The best option for now is probably to use a checkbox group. Would this work for your use-case until the component is released, or would there be too many options/permissions to select from?
If the multi-select combobox is the only path forward, we can talk about next steps for getting it ready to use before July. We’d have to add the useMultipleSelection hook to our combo…