fix osm + debounce
This commit is contained in:
@@ -44,7 +44,9 @@ v-row.mb-4
|
|||||||
@change='selectAddress'
|
@change='selectAddress'
|
||||||
@focus='searchAddress'
|
@focus='searchAddress'
|
||||||
:items="addressList"
|
:items="addressList"
|
||||||
:hint="$t('event.address_description')")
|
:hint="$t('event.address_description' + (settings.allow_geolocation && '_osm'))")
|
||||||
|
template(v-slot:message="{message, key}")
|
||||||
|
span(v-html='message' :key="key")
|
||||||
template(v-slot:item="{ item, attrs, on }")
|
template(v-slot:item="{ item, attrs, on }")
|
||||||
v-list-item(v-bind='attrs' v-on='on')
|
v-list-item(v-bind='attrs' v-on='on')
|
||||||
v-icon.pr-4(v-text='loadCoordinatesResultIcon(item)')
|
v-icon.pr-4(v-text='loadCoordinatesResultIcon(item)')
|
||||||
@@ -239,7 +241,7 @@ export default {
|
|||||||
}
|
}
|
||||||
this.loading = false
|
this.loading = false
|
||||||
}
|
}
|
||||||
}, 300)
|
}, 1000)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user