Skip to content

Blur Events hangs the browser #114

@mukeshprajapati-kombee

Description

@mukeshprajapati-kombee

@blur Event hangs the browser, nothing is working after calling blur event.

<vuetify-google-autocomplete autocomplete="off" ref="autocomplete" id="city" class="form-input" outlined :placeholder="filters.country_id == '' ? $getConst('TXT_COUNTRY_CITY'):$getConst('TXT_PLACEHOLDER_CITY')" maxlength="500" name="city" placeName :append-icon="icons.mdiMapMarker" v-on:placechanged="getCityData" v-on:no-results-found="resetAutocomplete" @blur="$refs.autocomplete.clear()" v-model="city" types="(cities)" :country="selectedCountry" :disabled="filters.country_id.length == 0" > </vuetify-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