This commit is contained in:
@@ -72,6 +72,8 @@ export default {
|
||||
"Duplicate",
|
||||
"RecordHistory",
|
||||
"Search",
|
||||
"TypeToSearchOrAdd",
|
||||
"NoData",
|
||||
"ErrorFieldLengthExceeded",
|
||||
"ErrorStartDateAfterEndDate",
|
||||
"ErrorRequiredFieldEmpty",
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
v-on:input="$emit('input', $event)"
|
||||
:items="sourcetags"
|
||||
:loading="tagSearchUnderway"
|
||||
:placeholder="lt('Search')"
|
||||
:placeholder="lt('TypeToSearchOrAdd')"
|
||||
:no-data-text="lt('NoData')"
|
||||
:search-input.sync="tagSearchEntry"
|
||||
hide-selected
|
||||
multiple
|
||||
|
||||
Reference in New Issue
Block a user