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] Autocomplete sends another request when clicking item #4935

Closed
full-stack-solutions opened this issue Aug 22, 2018 · 1 comment
Labels
duplicate The issue has already been reported layer 8 issue You're doing it wrong

Comments

@full-stack-solutions
Copy link

Versions and Environment

Vuetify: 1.1.13
Vue: 2.5.17
Browsers: Chrome 68.0.3440.106
OS: Windows 10

Steps to reproduce

Search the autocomplete and click an item, another request is sent and the list re-opens

Expected Behavior

Search the autocomplete and click an item and the list should close with no more requests

Actual Behavior

Search the autocomplete and click an item, another request is sent and the list re-opens

Reproduction Link

https://codepen.io/mattstudios/pen/pOvYJd

@KaelWD
Copy link
Member

KaelWD commented Aug 22, 2018

You should check for search being an empty string before making a request, The menu opening on items change is already reported: #4663

@KaelWD KaelWD closed this as completed Aug 22, 2018
@KaelWD KaelWD added duplicate The issue has already been reported layer 8 issue You're doing it wrong labels Aug 22, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Aug 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate The issue has already been reported layer 8 issue You're doing it wrong
Projects
None yet
Development

No branches or pull requests

2 participants