Open renardeinside opened 1 month ago
I am also seeing the same issue.
currently facing same issue
I am also facing the same issue
I'm having the same issue.
This is because you have installed cmdk@^1.0.0 version guys. There are some breaking changes since that version: https://github.com/pacocoursey/cmdk/releases/tag/v1.0.0
You can fix it by replacing the following className section in CommandItem:
data-[disabled]:pointer-events-none data-[disabled]:opacity-50
aria-disabled:pointer-events-none aria-disabled:opacity-50
Describe the bug
Given this component:
Selecting via Enter works, but clicks do nothing (the list is just closed with no action and nothing I logs).
Affected component/components
Command, Command Item
How to reproduce
Provided in the description.
Codesandbox/StackBlitz link
No response
Logs
System Info
These two issues are both closed without an actual fix.
Before submitting