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] V-Autocomplete does not work with asynchronous items #10606

Closed
lassesteffen opened this issue Feb 18, 2020 · 3 comments · Fixed by anyulled/reactivewebflux#5 or anyulled/reactivewebflux#6 · May be fixed by SigmaITC/competencebyjava-front-end#8
Assignees
Labels
C: VAutocomplete VAutocomplete C: VMenu VMenu T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke
Milestone

Comments

@lassesteffen
Copy link

Environment

Vuetify Version: 2.2.13
Last working version: 2.2.12
Vue Version: 2.6.11
Browsers: Chrome 79.0.3945.130
OS: Mac OS 10.15.3

Steps to reproduce

Fill something in, check the console.

Expected Behavior

It does not throw console errors

Actual Behavior

It throws console errors and doesn't show any results

Reproduction Link

https://codepen.io/ellazlo/pen/WNvxXzP?editable=true&editors=101

Other comments

https://vuetifyjs.com/en/components/autocompletes#asynchronous-items

This is what can reproduce it

@ghost ghost added the S: triage label Feb 18, 2020
@MajesticPotatoe MajesticPotatoe added C: VAutocomplete VAutocomplete C: VMenu VMenu T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke and removed S: triage labels Feb 18, 2020
@MajesticPotatoe
Copy link
Member

caused by 5d8d487

@KaelWD
Copy link
Member

KaelWD commented Feb 18, 2020

Really caused by #8823, 5d8d487 just fixed a bug where everything was being rendered anyway.

@MajesticPotatoe
Copy link
Member

workaround: adding eager prop to the autocomplete

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