Refs #6694 fix: VnLocation placeholder i18n
gitea/salix-front/pipeline/pr-test This commit looks good
Details
gitea/salix-front/pipeline/pr-test This commit looks good
Details
This commit is contained in:
parent
6a87510396
commit
d49a82d10c
|
@ -99,7 +99,7 @@ function handleFetch(data) {
|
||||||
v-model="value"
|
v-model="value"
|
||||||
:options="postcodesOptions"
|
:options="postcodesOptions"
|
||||||
:label="t('Location')"
|
:label="t('Location')"
|
||||||
: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="true"
|
:default-filter="true"
|
||||||
:input-debounce="300"
|
:input-debounce="300"
|
||||||
|
|
Loading…
Reference in New Issue