pacocoursey / cmdk

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

Add a way to disable filtering and sorting independently #260

Open terlan4 opened 1 month ago

terlan4 commented 1 month ago

Hi, I would love to be able to disable sorting while keeping the filtering active. could you please let me know if it is possible? Thanks

shouldFilter={false} disables both filtering and sorting. I only need to disable sorting.

pacocoursey commented 1 month ago

Good question. Not possible currently. Will consider for a future version

terlan4 commented 1 month ago

Thank you very much:) following