Vuetify: 1.1.1
Vue: 2.5.16
Browsers: Chrome 67.0.3396.99
OS: Windows 10
Type some anime title like "Naruto"
Dropdown should be displayed with items list while typing
Dropdown not visible
https://codepen.io/anon/pen/aKrRjX?editors=1010
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.
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.
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.