We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://codesandbox.io/p/devbox/shadcn-vue-comboboxdemo-forked-m2576d?file=%2Fsrc%2FApp.vue%3A36%2C40
In the repro:
This isn't very helpful for users who want to select multiple entries for the same search text.
System: OS: Linux 6.1 Debian GNU/Linux 12 (bookworm) 12 (bookworm) CPU: (2) x64 AMD EPYC Memory: 2.32 GB / 4.01 GB Container: Yes Shell: Unknown Binaries: Node: 18.20.4 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 10.7.0 - /usr/local/bin/npm npmPackages: radix-vue: latest => 1.9.3 shadcn-vue: latest => 0.10.5 vue: latest => 3.4.36
The text was updated successfully, but these errors were encountered:
resetSearchTermOnSelect
ComboboxRoot
@saschwarz this is upstream issue inside radix-vue, opened PR which will add clearSearchTermOnSelect props which will fix this 🙌
radix-vue
clearSearchTermOnSelect
Sorry, something went wrong.
This should be fixed as resetSearchTermOnSelect props has been added in radix-vue
hrynevychroman
No branches or pull requests
Reproduction
https://codesandbox.io/p/devbox/shadcn-vue-comboboxdemo-forked-m2576d?file=%2Fsrc%2FApp.vue%3A36%2C40
Describe the bug
In the repro:
This isn't very helpful for users who want to select multiple entries for the same search text.
System Info
Contributes
The text was updated successfully, but these errors were encountered: