refs #6280 perf: same value as searchDelay in salix
This commit is contained in:
parent
9df72271bc
commit
6809e9bddb
|
@ -95,7 +95,7 @@ async function onPostcodeCreated(){
|
||||||
:placeholder="t('Search by postalCode, town, province or country')"
|
:placeholder="t('Search by postalCode, town, province or country')"
|
||||||
@input-value="locationFilter"
|
@input-value="locationFilter"
|
||||||
:default-filter="false"
|
:default-filter="false"
|
||||||
:input-debounce="100"
|
:input-debounce="300"
|
||||||
:class="{ required: $attrs.required }"
|
:class="{ required: $attrs.required }"
|
||||||
v-bind="$attrs"
|
v-bind="$attrs"
|
||||||
emit-value
|
emit-value
|
||||||
|
|
Loading…
Reference in New Issue