Skip to content

Commit

Permalink
add disabled capabilities to generic multiselect
Browse files Browse the repository at this point in the history
  • Loading branch information
vabene1111 committed Dec 2, 2023
1 parent 52e88dd commit be2f759
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vue/src/components/GenericMultiselect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
@input="selectionChanged"
@tag="addNew"
@open="selectOpened()"
:disabled="disabled"
>
</multiselect>
</template>
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit be2f759

Please sign in to comment.