paliari / v-autocomplete

Autocomplete component for Vue.js
350 stars 124 forks source link

Fix autocomplete not firing on Android until space bar pressed #87

Open jondrummond-codeo opened 5 years ago

jondrummond-codeo commented 5 years ago

On Android devices the autocomplete event would not fire until a space was entered. Seems related to an issue with VueJS logged here https://github.com/vuejs/vue/issues/8231

fluffynuts commented 4 years ago

@paliari please review this PR -- we're currently using a forked version and may have more to contribute.