-
https://github.com/pacocoursey/cmdk
-
### Describe the bug
When using `npx shadcn@latest add command` in a nextjs 15 project, the dependency tree is not met:
`Command failed with exit code 1: npm install cmdk@1.0.0 @radix-ui/react-dia…
-
### Describe the bug
The generated code for the `Command` component contains a data attribute `cmdk-input-wrapper` (presumably used for styling?). ESLint complains about this unknown attribute.
![…
-
https://github.com/pacocoursey/cmdk
-
Can we access the handler for theme change? for dark and light
I think it would be useful.
## Funding
* You can sponsor this specific effort via a [Polar.sh](https://polar.sh) pledge below
* We …
-
### Describe the bug
I tried to select the value I searched using onSearch prop and async mocksearch function. and encounter the type error
![multiple selector bug](https://github.com/user-attachmen…
-
## I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[x] Feature request
[ ] Documentation is…
-
-
### Describe the bug
Given this component:
```jsx
const SatelliteSearch = () => {
const satellites = useAtomValue($satellites);
const [selectedSatelliteIndexes, setSelectedSatelliteIndexes]…
-
**Is your feature request related to a problem? Please describe.**
An headless `Command` component like [cmdk](https://cmdk.paco.me/).
**Additional context**
Can use Kobalte's `Combobox` behavior…