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

Autocomplete search input event cannot be bound using an HTML attribute #5046

Closed
dkichler opened this issue Sep 6, 2018 · 1 comment
Closed
Labels
upstream Problem with a third party library that we may have to work around wontfix The issue is expected and will not be fixed

Comments

@dkichler
Copy link
Contributor

dkichler commented Sep 6, 2018

Versions and Environment

Vuetify: 1.1.1
Vue: 2.5.16
Browsers: Chrome 68.0.3440.106
OS: Mac OS 10.13.6

Steps to reproduce

Attempt to register an HTML bound event handler with <v-autocomplete> search update event

Expected Behavior

Expect to be able to register an event handler

Actual Behavior

No event handler may be registered using an HTML attribute due to the camel case event name

Reproduction Link

See this codepen demonstrating the issue.

dkichler pushed a commit to dkichler/vuetify that referenced this issue Sep 6, 2018
@KaelWD KaelWD added wontfix The issue is expected and will not be fixed upstream Problem with a third party library that we may have to work around labels Sep 6, 2018
@KaelWD
Copy link
Member

KaelWD commented Sep 6, 2018

vuejs/v2.vuejs.org#1721
vuejs/vue#6428
vuejs/vue#8297

You can use x-template to avoid this, also you had a typo in your template: https://codepen.io/anon/pen/MqvRXP?editors=1010

@KaelWD KaelWD closed this as completed Sep 6, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
upstream Problem with a third party library that we may have to work around wontfix The issue is expected and will not be fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants