This commit is contained in:
les
2020-02-20 20:58:49 +01:00
parent 54ee36dc18
commit a802314f24
3 changed files with 4 additions and 2 deletions

View File

@@ -31,6 +31,7 @@
p(v-html="$t('event.where_description')")
el-autocomplete(v-model='event.place.name' @blur='selectPlace($event.target.value)'
highlight-first-item :fetch-suggestions='filterPlaces' @select='selectPlace')
div {{$t("common.address")}}
el-input.mb-3(ref='address' v-model='event.place.address' :disabled='disableAddress')