This commit is contained in:
les
2020-02-20 20:56:24 +01:00
parent 53738cc9d7
commit d1eaf2396b
5 changed files with 62 additions and 68 deletions

View File

@@ -30,9 +30,7 @@
span {{$t('common.where')}}
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')
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')