diff --git a/src/components/common/VnLocation.vue b/src/components/common/VnLocation.vue index 6720e3920..827afe9ca 100644 --- a/src/components/common/VnLocation.vue +++ b/src/components/common/VnLocation.vue @@ -95,7 +95,7 @@ async function onPostcodeCreated(){ :placeholder="t('Search by postalCode, town, province or country')" @input-value="locationFilter" :default-filter="false" - :input-debounce="100" + :input-debounce="300" :class="{ required: $attrs.required }" v-bind="$attrs" emit-value