I\'ve been trying out the new Select2 v4.0 which has a lot of improvements. I\'m mainly interested in the tags feature. I want to be able to search for tags via
I've been struggling with this as well, but got it working after a few hours.
I had specified a few token seperators (because my visitors are allowed to create tags in a different spot in the website). Turns out the seperators are still applied even if the tags configuration is set to false.
Solution: tags: false and do NOT add a value for tokenSeperators. Keep multiple: true.