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
Esc
https://www.shadcn-vue.com/docs/components/combobox.html
You can check that it works with shadcn-ui https://ui.shadcn.com/docs/components/combobox
-
The text was updated successfully, but these errors were encountered:
It is because vue-sonner bug
vue-sonner
after this PR gets released it should be fixed
xiaoluoboding/vue-sonner#57
It was not about the vue-sonner bug, will check for the fix
Sorry, something went wrong.
PopoverContent and ComboboxContent both have dismissable layers which I don't know its good or not
PopoverContent
ComboboxContent
I like how react-aria handled this for example if set props for PopoverContent it is also applied to to same logically component in the child
@zernonia
Should I have to omit the same PopoverEmits from CommandList in shadcn-vue?
shadcn-vue
Yup I realized this issue. For now we can set :dismissable="false" for ComboboxContent. In future we can use ListBox component instead of combobox.
:dismissable="false"
ListBox
Combobox
Successfully merging a pull request may close this issue.
Reproduction
https://www.shadcn-vue.com/docs/components/combobox.html
Describe the bug
You can check that it works with shadcn-ui https://ui.shadcn.com/docs/components/combobox
System Info
Contributes
The text was updated successfully, but these errors were encountered: