diff --git a/src/components/wt-tags-input/wt-tags-input.vue b/src/components/wt-tags-input/wt-tags-input.vue index af3f38f23..b5e58c0d4 100644 --- a/src/components/wt-tags-input/wt-tags-input.vue +++ b/src/components/wt-tags-input/wt-tags-input.vue @@ -31,7 +31,7 @@ :label="selectOptionLabel" :loading="false" :model-value="selectValue" - :multiple="multiply" + :multiple="multiple" :options="selectOptions" :placeholder="placeholder || label" :taggable="taggable" @@ -140,9 +140,9 @@ export default { defaultOptionLabel: 'label', // [https://webitel.atlassian.net/browse/WTEL-4310] - // Multiply value is needed in TaggableMixin mixin to correctly add custom values + // Multiple value is needed in TaggableMixin mixin to correctly add custom values - multiply: true, + multiple: true, }), methods: { getTagOptionLabel({ optionLabel, option }) {