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
That's the slightly modified code from this example, https://github.com/vuetifyjs/vuetifyjs.com/blob/master/src/examples/autocompletes/asynchronous.vue. The last has strange restriction in watch handler (val && val !== this.select && this.querySelections(val)) it's not acceptable if the component uses return-object or when it should show preliminary results for the empty search. Anyway, reassigning the items property should now open the list.
The text was updated successfully, but these errors were encountered:
Kasheftin
changed the title
[Bug Report] v-autocomplete buggy reopen auto selecting a value
[Bug Report] v-autocomplete buggy reopens auto selecting a value
Aug 9, 2018
Kasheftin
changed the title
[Bug Report] v-autocomplete buggy reopens auto selecting a value
[Bug Report] v-autocomplete buggy reopens if items updated while in focus
Aug 9, 2018
Kasheftin
changed the title
[Bug Report] v-autocomplete buggy reopens if items updated while in focus
[Bug Report] v-autocomplete reopens if items updated while in focus
Aug 9, 2018
lockbot
locked as resolved and limited conversation to collaborators
Aug 9, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Versions and Environment
Vuetify: 1.1.10
Vue: 2.5.17
Browsers: Chrome 65.0.3325.162
OS: Linux x86_64
Steps to reproduce
Expected Behavior
Value should be selected, then the autocomplete list should be hidden and do not appear again.
Actual Behavior
Autocomplete list disappears and then reopens.
Reproduction Link
https://codepen.io/kasheftin/pen/djwYrO
Other comments
That's the slightly modified code from this example, https://github.com/vuetifyjs/vuetifyjs.com/blob/master/src/examples/autocompletes/asynchronous.vue. The last has strange restriction in watch handler (val && val !== this.select && this.querySelections(val)) it's not acceptable if the component uses return-object or when it should show preliminary results for the empty search. Anyway, reassigning the items property should now open the list.
The text was updated successfully, but these errors were encountered: