actengage / vue-place-autocomplete

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

The computed property "errors" is already defined as a prop #22

Open alfligno opened 3 years ago

alfligno commented 3 years ago

Dont know why this error is coming out

also cant select from the dropdown result

Nuxt v2

alfligno commented 3 years ago

When selecting location it does not change the value but upon check on the assigned variable on v-model it does replace its value from empty to the selected.

https://user-images.githubusercontent.com/69491106/118770717-3ce1ff00-b8b4-11eb-9f0a-3e3e7048fdad.mov

alfligno commented 3 years ago

So I found out that input field is using the currentValue instead of the value, I guess there is a mismatch of the version image

alfligno commented 3 years ago

this 36e8aeb8d8e76b89c683b1a0bc32dc05b2f7d70d is fine, which uses value instead of currentValue https://github.com/actengage/vue-interface/blob/36e8aeb8d8e76b89c683b1a0bc32dc05b2f7d70d/src/Components/InputField/InputField.vue

alfligno commented 3 years ago

Upon installation on the package it installed the newest version of the vue-interface but still it does not resolve the issue

alfligno commented 3 years ago

Fix the versions now but still I have no choice but to fully forcebly refresh the component which is using timeout and a temporary variable to show and hide the component.