This commit is contained in:
2021-11-13 00:16:51 +00:00
parent 108dd4c6c3
commit 2144a7a011
3 changed files with 14 additions and 1 deletions

View File

@@ -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() {

View File

@@ -218,11 +218,12 @@
@change="fieldValueChanged('customerAllowCSR')"
></v-checkbox>
</v-col>
<v-col cols="12" sm="6" lg="4">
<gz-tag-picker
v-model="obj.customerAllowCSRInTags"
:readonly="formState.readOnly"
:label="$ay.t('ContactCustomerHeadOfficeTaggedWith')"
:label="$ay.t('ContactCustomerHeadOfficeTaggedWith')"
ref="customerAllowCSRInTags"
data-cy="customerAllowCSRInTags"
:error-messages="