forked from olefirenko/vue-google-autocomplete
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
@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
Labels
No labels