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.7.2] Autocomplete focus event can trigger twice #20558

Open
PaulCombal opened this issue Oct 6, 2024 · 0 comments
Open

[Bug Report][3.7.2] Autocomplete focus event can trigger twice #20558

PaulCombal opened this issue Oct 6, 2024 · 0 comments

Comments

@PaulCombal
Copy link

Environment

Vuetify Version: 3.7.2
Vue Version: 3.5.11
Browsers: Chrome 129.0.0.0
OS: Linux x86_64

Steps to reproduce

If you click precisely on the zone where the text input is, the event is fired once only as intended.

However, if you click, still within the input in the same general are, but slightly off centered from the text area, the event will trigger twice.

Expected Behavior

The event fires once on focus, wherever we click inside of the input.

Actual Behavior

The event is triggered twice depending of the zone in which the component is clicked

Reproduction Link

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

Other comments

Try clicking close to the bottom of the input, this happens 100% of the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant