Open danyadanch opened 5 months ago
To be honest now we can have nested Command.Group, but results of 2nd group is not searchable.
Command.Group
<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>
Similar issue, want to provide a secondary menu like Notion AI, and allow search
The search results are as follows:
To be honest now we can have nested
Command.Group
, but results of 2nd group is not searchable.