Hello,
Is there a way to disable option to add new tag for "Tagging" and use only defined options?
You can use this example: https://vue-multiselect.js.org/#sub-tagging and just remove the :taggable property.
@narkoze this is the default behaviour when you use :multiple="true". You don鈥檛 need :taggable="true" to make the multiselect have pills/tag-like elements when selected. You just won鈥檛 be able to create new tags without using it.
Most helpful comment
@narkoze this is the default behaviour when you use
:multiple="true". You don鈥檛 need:taggable="true"to make the multiselect have pills/tag-like elements when selected. You just won鈥檛 be able to create new tags without using it.