shadcn-vue
shadcn-vue copied to clipboard
[Bug]: Combobox missing borders when using new-york style
Reproduction
https://stackblitz.com/edit/vitejs-vite-xikkuyfp?file=src%2Fcomponents%2FHelloWorld.vue
Describe the bug
When using new-york theme the combobox doesn't have borders.
What i noticed is that after running npx shadcn-vue@latest add combobox the ComboboxInput downloaded is not what's on github at https://github.com/unovue/shadcn-vue/blob/dev/apps/www/src/registry/new-york/ui/combobox/ComboboxInput.vue
Copy and pasting this component fixes the issue
System Info
nuxt,shadcn-vue,shadcn-nuxt,unplugin-auto-import --binaries --browsers
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
System:
OS: Linux 5.0 undefined
CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 0 Bytes / 0 Bytes
Shell: 1.0 - /bin/jsh
Binaries:
Node: 20.19.1 - /usr/local/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 10.8.2 - /usr/local/bin/npm
pnpm: 8.15.6 - /usr/local/bin/pnpm
npmPackages:
@vueuse/core: ^14.0.0 => 14.0.0
reka-ui: ^2.6.0 => 2.6.0
vue: ^3.5.22 => 3.5.23
Contributes
- [x] I am willing to submit a PR to fix this issue
- [ ] I am willing to submit a PR with failing tests