vue-google-autocomplete
vue-google-autocomplete copied to clipboard
Binding value to v-model
Unable to bing value to v-model.After user selects the value the value is not reflecting in model.
Please check the documentation. You should use placechanged
event.
If there are multiple places we are using in the same component we cannot assign to to the same value. It should be dynamic. Hence we cannot value in the function triggered by placechanged.
@olefirenko Why don't you want to expose v-model ? Is there a technical reason ?
You are currently emitting with inputChange and one can set the default address with update() It's not a big rework to expose them with v-model.