unovue / shadcn-vue

Vue port of shadcn-ui
https://www.shadcn-vue.com/
MIT License
4.89k stars 280 forks source link

[Feature]: Unable to "toggle all" using shortcut key A #141

Closed TechAkayy closed 12 months ago

TechAkayy commented 12 months ago

Describe the feature

Hello,

Thanks for this amazing package. I'm unable to use 'A' to toggle all and take a copy of all the components. Typing "A" seems to filter the list of components.

Reproduction - https://github.com/TechAkayy/astro-shadcn-vue-calendar-issue Open console and run - npx shadcn-vue@latest add, then press 'A' to toggle all.

Would it be better to have a radio-button on the top "all" for this?

As the components are all treeshaken anyway based on the usage, this option would be very helpful. Cheers!

image

Additional information

TechAkayy commented 12 months ago

Create an issue instead - https://github.com/radix-vue/shadcn-vue/issues/143