actengage / vue-place-autocomplete

A Vue component for the Google Place Autocomplete API.
Other
26 stars 27 forks source link

onSelect Event ? #3

Open jackbit opened 4 years ago

jackbit commented 4 years ago

How to get trigger from this event? this.$emit('select', place, response[0]); i tried v-on:select="onSelect" but no success

marcuschristiansen commented 4 years ago

@jackbit Had a look through the component. You need to use @autocomplete-select="onSelect"