Vuetify: [Bug Report] v-autocomplete not updating items list with asynchronous data

Created on 5 Jul 2018  路  1Comment  路  Source: vuetifyjs/vuetify

Versions and Environment

Vuetify: 1.1.1
Vue: 2.5.16
Browsers: Chrome 67.0.3396.99
OS: Windows 10

Steps to reproduce

Type some anime title like "Naruto"

Expected Behavior

Dropdown should be displayed with items list while typing

Actual Behavior

Dropdown not visible

Reproduction Link

https://codepen.io/anon/pen/aKrRjX?editors=1010

Other comments

It's rendering "No data available" even though the items array is updated
The dropdown with the items is actually showing after refocusing the text field.

question

Most helpful comment

Example of this exact thing from discord: https://codepen.io/anon/pen/aKXMxq?editors=1010

You have to skip the filter with :filter="v => v"

The issue list of this repo is exclusively for bug reports and feature requests. For general questions, please join the Discord chat room. You can also check reddit or stackoverflow.

>All comments

Example of this exact thing from discord: https://codepen.io/anon/pen/aKXMxq?editors=1010

You have to skip the filter with :filter="v => v"

The issue list of this repo is exclusively for bug reports and feature requests. For general questions, please join the Discord chat room. You can also check reddit or stackoverflow.

Was this page helpful?
0 / 5 - 0 ratings