forked from verdnatura/salix-front
Merge pull request 'Refs #6694 fix: VnLocation placeholder i18n' (!178) from 6694_fix_placeholder into test
Reviewed-on: verdnatura/salix-front#178 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
289516a599
|
@ -99,7 +99,7 @@ function handleFetch(data) {
|
|||
v-model="value"
|
||||
:options="postcodesOptions"
|
||||
:label="t('Location')"
|
||||
:placeholder="t('Search by postalCode, town, province or country')"
|
||||
:placeholder="t('Search by postalcode, town, province or country')"
|
||||
@input-value="locationFilter"
|
||||
:default-filter="true"
|
||||
:input-debounce="300"
|
||||
|
|
Loading…
Reference in New Issue