Skip to content
New issue

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

feature request: ability to have nested groups #275

Open
danyadanch opened this issue Jun 12, 2024 · 1 comment
Open

feature request: ability to have nested groups #275

danyadanch opened this issue Jun 12, 2024 · 1 comment

Comments

@danyadanch
Copy link

danyadanch commented Jun 12, 2024

To be honest now we can have nested Command.Group, but results of 2nd group is not searchable.

<Command.List>
   <Command.Group heading="Parent">
      <Command.Group heading="Child">
        <Command.Item>You can't find me</Command.Item>
      </Command.Group>
      <Command.Item>You can find me</Command.Item>
   </Command.Group>
</Command.List>
@ringcrl
Copy link

ringcrl commented Jun 13, 2024

image

Similar issue, want to provide a secondary menu like Notion AI, and allow search

The search results are as follows:
image

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

No branches or pull requests

2 participants