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][2.6.7] Wrong menu "top" position. "Top" property doesn't update after menu height changes #15524

Closed
cherrybar opened this issue Jul 27, 2022 · 1 comment
Labels
duplicate The issue has already been reported

Comments

@cherrybar
Copy link

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:

[ 
 {
    text: "item",
    id: 0
  },
  {
    text: "item",
    id: 1
  },
...
]
  1. Type text "item" to autocomplete input
  2. Wait for search results
  3. Append some another symbol to autocomplete input

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

@KaelWD
Copy link
Member

KaelWD commented Jul 27, 2022

Duplicate of #10375

@KaelWD KaelWD marked this as a duplicate of #10375 Jul 27, 2022
@KaelWD KaelWD closed this as not planned Won't fix, can't repro, duplicate, stale Jul 27, 2022
@KaelWD KaelWD added duplicate The issue has already been reported and removed S: triage labels Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate The issue has already been reported
Projects
None yet
Development

No branches or pull requests

2 participants