diff --git a/src/components/common/VnLocation.vue b/src/components/common/VnLocation.vue
index 072b08094..82dfd6d53 100644
--- a/src/components/common/VnLocation.vue
+++ b/src/components/common/VnLocation.vue
@@ -90,6 +90,10 @@ function handleFetch( data) {
:label="t('Location')"
:option-label="showLabel"
:placeholder="t('Search by postalCode, town, province or country')"
+ @input-value="locationFilter"
+ :default-filter="false"
+ :input-debounce="100"
+ :class="{ required: $attrs.required }"
v-bind="$attrs"
emit-value
map-options
@@ -97,19 +101,15 @@ function handleFetch( data) {
clearable
hide-selected
fill-input
- :class="{ required: $attrs.required }"
- @input-value="locationFilter"
- :default-filter="false"
- :input-debounce="100"
>
-
-
-
- {{ scope.opt.code }}
- {{ showLabel(scope.opt) }}
+
+
+
+ {{ opt.code }}
+ {{ showLabel(opt) }}