Vuetify: [Bug Report] V-Autocomplete does not work with asynchronous items

Created on 18 Feb 2020  路  3Comments  路  Source: vuetifyjs/vuetify

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

VAutocomplete VMenu bug regression

Most helpful comment

workaround: adding eager prop to the autocomplete

All 3 comments

caused by 5d8d487

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

workaround: adding eager prop to the autocomplete

Was this page helpful?
0 / 5 - 0 ratings