Select2, multiple, tags
Hi, I read in yours documentation of Select2 option and also plugin's documentation but I still can't figure out how to add tags in Select2 multiple option.
Pure HTML and JavaScript.
Can you help me please with this?
Replies (2)
Thank you.
Now I find solution.
$('#kt_docs_select2_country').select2({
tags: true,
});