Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Displayed value is not updating #11

Open
boriskogan81 opened this issue Jun 30, 2020 · 6 comments · May be fixed by #18
Open

Displayed value is not updating #11

boriskogan81 opened this issue Jun 30, 2020 · 6 comments · May be fixed by #18

Comments

@boriskogan81
Copy link

I am implementing the component like this:

<place-autocomplete-field
                                    v-model="field"
                                    name="field"
                                    label="Address lookup"
                                    :api-key="api_key.api_key"
                                    placeholder="Start typing here"
                                    @autocomplete-select="onPlaceInput"
                                    v-place-autofill:street="newCommunity.address"
                                    v-place-autofill:city="newCommunity.city"
                                    v-place-autofill:state="newCommunity.state"
                                    v-place-autofill:country="newCommunity.country"
                                    v-place-autofill:latitude="newCommunity.coordinates.y"
                                    v-place-autofill:longitude="newCommunity.coordinates.x">
                            </place-autocomplete-field>

While the @autocomplete-select works fine, the value displayed in the component does not update on selecting from the place options.

@Chup4Chups
Copy link

Any update on this issue ? I am experiencing the same and couldn't find how to update the value in the input after select...
from my understanding, when using v-model, the value should be updated automatically but it's not the case...

@mzahirr
Copy link

mzahirr commented Oct 21, 2020

Hi is there any update ?

@imprex92
Copy link

imprex92 commented Nov 4, 2020

have the same issue here, would be nice to fix it!

@flupine
Copy link

flupine commented Nov 10, 2020

Same here, we want a fix :)

@CSalih CSalih linked a pull request Nov 25, 2020 that will close this issue
@alfligno
Copy link

well it does fix the value but the bootstrap thing wont work

@elmbrent118
Copy link

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants