Skip to content

no-results-found event should also work on blur event #152

Open
@abhimanusharma

Description

@abhimanusharma

In some cases I have internal input fields where user might not press enter just blur from the text field or try to submit the form, in that case I want to store the value of that field.

I tried to use blur event and also tried to set v-model for the <vue-google-autocomplete component, but none of this works for me.

<vue-google-autocomplete
    ref="address"
    id="map"
   v-model="address"
    classname="md-input"
    placeholder="Please type your address"
    @placechanged="getAddressData"
    @no-results-found="setStreetAddress"
    @blur="setStreetAddress"
    country="us">
</vue-google-autocomplete>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions