diff --git a/vue/src/components/GenericMultiselect.vue b/vue/src/components/GenericMultiselect.vue index c19b7f02..f46f3c9b 100644 --- a/vue/src/components/GenericMultiselect.vue +++ b/vue/src/components/GenericMultiselect.vue @@ -20,6 +20,7 @@ @input="selectionChanged" @tag="addNew" @open="selectOpened()" + :disabled="disabled" > @@ -74,6 +75,7 @@ export default { allow_create: { type: Boolean, default: false }, create_placeholder: { type: String, default: "You Forgot to Add a Tag Placeholder" }, clear: { type: Number }, + disabled: {type: Boolean, default: false, }, }, watch: { initial_selection: function (newVal, oldVal) {