xiaoluoboding / vue-command-palette

⌨️ A fast, composable, unstyled command palette interface for Vue.
https://vue-command-palette.vercel.app
MIT License
530 stars 26 forks source link

Ref on Command.Input #27

Open Natchii59 opened 3 months ago

Natchii59 commented 3 months ago

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 like to have the input element, to focus on it.