We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vuetify: 1.1.13 Vue: 2.5.17 Browsers: Chrome 68.0.3440.106 OS: Windows 10
Search the autocomplete and click an item, another request is sent and the list re-opens
Search the autocomplete and click an item and the list should close with no more requests
https://codepen.io/mattstudios/pen/pOvYJd
The text was updated successfully, but these errors were encountered:
You should check for search being an empty string before making a request, The menu opening on items change is already reported: #4663
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: