Hi Sean
Quick one.
Tagging with multi-value select boxes - dynamic option creation
https://select2.org/tagging (halfway down the page)
Cannot get this working on Metronic. I've changed all the options I can via the js init ().select2({ yadda:yadda}), but doesn't work.
Multiple and tags work.. the selections appear as tags.. but it doesn't accept new inputs, only validates against the whitelist.
Cheers
Hi,
Have you set the select2 option with tags: true
?
$("....").select2({
tags: true
});