-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
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
@click not fired in elements inside a v-close-popper #1015
Comments
I am experiencing the same issue, this problem already existed on the v2.0.0-beta.24 version on Mobile but now it's also a problem on desktop. |
This is a workaround for VDropdown:
|
Yeah, I certainly wasn't expecting a breaking change from a point release! |
I'm also not sure why the change from |
Hmmm yes it looks like it's breaking things so it will be reverted |
Hi @Akryum, thanks for reverting it, but now the https://codesandbox.io/p/sandbox/floating-vue-click-forked-mk7fwp?file=%2Fsrc%2FApp.vue Edit: fixed in 94a0ea3 |
Hello,
Between 5.1.0 and 5.1.1 the
@click
in elements inside av-close-popper
stopped working (expectation: click works and the popper closes): https://codesandbox.io/p/sandbox/floating-vue-click-5m6mm6Is it supposed to work like this?
Thanks!
Edit: @kouts
@mousedown
works.Linked example:
The text was updated successfully, but these errors were encountered: