pacocoursey / cmdk

Fast, unstyled command menu React component.
https://cmdk.paco.me
MIT License
9.56k stars 274 forks source link

Filtering is still applied to groups, even when disabled #30

Closed m1guelpf closed 2 years ago

m1guelpf commented 2 years ago

Seems like, even when using shouldFilter={false}, Command.Group is hidden when it doesn't match the default filtering. Removing the group and just rendering Command.Item works. Possibly introduced in #27.