Hello!
I would like to use the same tag multiple times to fit my data. Based on this answer here : https://github.com/select2/select2/issues/3341 I found this : https://stackoverflow.com/questions/14976099/select2-multiselect-duplicates-values
In select2 - 4.0.5 this is kind of working but I still go an error when unselecting :
Uncaught TypeError: Cannot read property 'remove' of undefined
What can I do to allow multiple select tags?
Thanks you