目前我有:
$("input#id_txtcolor").select2({tags:["red","green","blue"]});
可以请你帮忙吗
$().select2({ createSearchChoice: function() { return null; },tags:... });