Skip to content
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

[Bug Report][3.3.0] @click:prepend-inner (and @click:prependInner also) on v-select opens menu #17406

Closed
kenan-recebli opened this issue May 19, 2023 · 2 comments
Labels
duplicate The issue has already been reported

Comments

@kenan-recebli
Copy link
Contributor

Environment

Vuetify Version: 3.3.0
Vue Version: 3.3.4
Browsers: Chrome 113.0.0.0
OS: Windows 10

Steps to reproduce

Add @click:prepend-inner to v-select

Expected Behavior

Just called attached function

Actual Behavior

Attached function is called, but menu opens

Reproduction Link

https://play.vuetifyjs.com/#...

@yuwu9145 yuwu9145 self-assigned this May 19, 2023
@yuwu9145 yuwu9145 added C: VSelect VSelect T: bug Functionality that does not work as intended/expected and removed S: triage labels May 19, 2023
@KaelWD
Copy link
Member

KaelWD commented May 25, 2023

Duplicate of #16678

Use the slot if you want anything more advanced than just displaying an icon.

@KaelWD KaelWD closed this as not planned Won't fix, can't repro, duplicate, stale May 25, 2023
@KaelWD KaelWD added duplicate The issue has already been reported and removed T: bug Functionality that does not work as intended/expected C: VSelect VSelect labels May 25, 2023
@kenan-recebli
Copy link
Contributor Author

I just want to handle an event on icon click, as it was in Vuetify 2 (there it doesn't show menu), nothing advanced. The first thing I did was trying to stop propagation, but unfortunately it didn't help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate The issue has already been reported
Projects
None yet
Development

No branches or pull requests

3 participants