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

No text returned on update-items event in Android browsers #68

Open
sfinneral opened this issue Jul 17, 2018 · 2 comments
Open

No text returned on update-items event in Android browsers #68

sfinneral opened this issue Jul 17, 2018 · 2 comments

Comments

@sfinneral
Copy link

My implementation works perfectly except for in Chrome and Firefox on an Android device (Pixel 2). The update-item event is triggered but that text argument is blank. I keep running into this issue even with a basic implementation removing all functionality outside of v-autocomplete. The only place I see it working as expected is within your DEMO. Have you run across this issue in the past? Thank you

@gabva
Copy link

gabva commented Nov 8, 2018

Same here :( @sfinneral did you fix this problem ?

@maltonite
Copy link

Realise this is fairly late.

A workaround I have found is to pass a ref property within the "inputAttrs" prop, e.g.:
inputAttrs:{ref:'autocompleteref'},

Within the callback from the @change event which still fires without a value, I can access the value using nested refs.

Assuming your v-autocomplete component has ref 'autocompletecomponent', I get the input value doing:

this.$refs.autocompletecomponent.$refs.autocompleteref.value

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

No branches or pull requests

3 participants