vue-command-palette icon indicating copy to clipboard operation
vue-command-palette copied to clipboard

⌨️ A fast, composable, unstyled command palette interface for Vue.

Results 9 vue-command-palette issues
Sort by recently updated
recently updated
newest added
trafficstars

It currently does not work, when you dynamically add `Command.Item` to a `Command.List` or `Command.Group`. Any way to support this? The use case is that you would like to send...

Is it able to support close-on-click-model like element-plus dialog https://element-plus.org/en-US/component/dialog.html#attributes

In the package json the types set to lib/index.d.ts but in reality it is under lib/types.d.ts https://github.com/xiaoluoboding/vue-command-palette/blob/db65ee64434394a881440ddf0a198e28880a2b06/package.json#L30C3-L30C31

hi, `Command.Dialog` can't set `fuseOptions`, Is there any good way? _Originally posted by @KeJunMao in https://github.com/xiaoluoboding/vue-command-palette/issues/8#issuecomment-1478047254_

enhancement

I wonder if there would be support for Vue 2 soon? Since vueuse/core supports vue 2, I would assume there is a a way to support vue 2?

- Creating a good `CONTRIBUTORS.md` and `DEVELOPERS.md` would be a great help for other developers to contribute

### Current behavior - use ↓ to select down ### Expected behavior - use Tab to select down - or use ↓ to select down ### Why - use ↓...

enhancement

Hello, I want to be able to put a ref on the Command.Input component but the problem is that I get the ref of the input value. Now I would...

Hello, i working on a app with this dep. i have many Command.Groups. If i update any computed list, the frontend do not refresh the change. How can i fix...