Vue-multiselect: Tagging without new tag

Created on 24 Nov 2018  路  2Comments  路  Source: shentao/vue-multiselect

Hello,
Is there a way to disable option to add new tag for "Tagging" and use only defined options?

question

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.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

focussing picture focussing  路  3Comments

icebob picture icebob  路  4Comments

stefanheimann picture stefanheimann  路  4Comments

alexhyriavets picture alexhyriavets  路  3Comments

PrimozRome picture PrimozRome  路  3Comments