You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like this issue reproduced in case when server side search used. In provided example, if you remove setTimeout then everything will works as expected
The text was updated successfully, but these errors were encountered:
Environment
Vuetify Version: 2.6.7
Vue Version: 2.6.11
Browsers: Chrome 103.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
V-Autocomplete items is an array of elements that looks like this:
Expected Behavior
"No data available" displayed next to input
Actual Behavior
"No data available" displayed too far away from input
Reproduction Link
https://codesandbox.io/s/modest-satoshi-9bz3h1?file=/src/App.vue
Other comments
It looks like this issue reproduced in case when server side search used. In provided example, if you remove setTimeout then everything will works as expected
The text was updated successfully, but these errors were encountered: