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
Hi, since the last update that fixed the @mousedown / @clicked issue the v-close-popper doesn't do anything anymore.
I made an example forked from the last issue: https://codesandbox.io/p/sandbox/floating-vue-click-forked-7yhks8?file=%2Fsrc%2FApp.vue
Using the $refs.myDropdown.hide() it does work.
The text was updated successfully, but these errors were encountered:
fix: v-close-popper directive, #1022
94a0ea3
No branches or pull requests
Hi, since the last update that fixed the @mousedown / @clicked issue the v-close-popper doesn't do anything anymore.
I made an example forked from the last issue:
https://codesandbox.io/p/sandbox/floating-vue-click-forked-7yhks8?file=%2Fsrc%2FApp.vue
Using the $refs.myDropdown.hide() it does work.
The text was updated successfully, but these errors were encountered: