This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
:items="sourcetags"
|
||||
:loading="tagSearchUnderway"
|
||||
:placeholder="placeHolderText"
|
||||
:persistent-placeholder="persistentPlaceHolder"
|
||||
:hint="hint"
|
||||
:prepend-inner-icon="prependInnerIcon"
|
||||
:no-data-text="$ay.t('NoData')"
|
||||
:search-input.sync="tagSearchEntry"
|
||||
@@ -73,6 +75,11 @@ export default {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
persistentPlaceHolder: { type: Boolean, default: false },
|
||||
hint: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
prependInnerIcon: {
|
||||
type: String,
|
||||
default() {
|
||||
|
||||
Reference in New Issue
Block a user