vue-autocomplete icon indicating copy to clipboard operation
vue-autocomplete copied to clipboard

Autocomplete Component for Vue.Js

Results 5 vue-autocomplete issues
Sort by recently updated
recently updated
newest added

Fix formatting of code markdown.

You can not use v-model for some mobile browsers (like Chrome for android) in this case. I've spent a few hours before solving this. I've found that you couldn't type...

Your code has dispatch in it that may have to be emit

I receive the following issue by using your plugin: ``` vue-autocomplete.min.js:8 Uncaught TypeError: Vue.transition is not a function(anonymous function) @ vue-autocomplete.min.js:8 ``` According to https://vuejs.org/v2/guide/migration.html#Vue-transition-for-Reusable-Transitions-replaced this is deprecated in Vue...

Hi There, When using in a loop: `v-for="(optionKey, option) in myOptions")` I am unable to use the current "optionKey" in naming each instance: ```