This commit is contained in:
2019-11-29 19:35:14 +00:00
parent 90e193439a
commit a0b1170ea7
2 changed files with 4 additions and 1 deletions

View File

@@ -72,6 +72,8 @@ export default {
"Duplicate", "Duplicate",
"RecordHistory", "RecordHistory",
"Search", "Search",
"TypeToSearchOrAdd",
"NoData",
"ErrorFieldLengthExceeded", "ErrorFieldLengthExceeded",
"ErrorStartDateAfterEndDate", "ErrorStartDateAfterEndDate",
"ErrorRequiredFieldEmpty", "ErrorRequiredFieldEmpty",

View File

@@ -8,7 +8,8 @@
v-on:input="$emit('input', $event)" v-on:input="$emit('input', $event)"
:items="sourcetags" :items="sourcetags"
:loading="tagSearchUnderway" :loading="tagSearchUnderway"
:placeholder="lt('Search')" :placeholder="lt('TypeToSearchOrAdd')"
:no-data-text="lt('NoData')"
:search-input.sync="tagSearchEntry" :search-input.sync="tagSearchEntry"
hide-selected hide-selected
multiple multiple