diff --git a/select2.js b/select2.js index 108a2893..ca355440 100644 --- a/select2.js +++ b/select2.js @@ -797,7 +797,9 @@ the specific language governing permissions and limitations under the Apache Lic opts.query = local(opts.data); } else if ("tags" in opts) { opts.query = tags(opts.tags); - opts.createSearchChoice = function (term) { return {id: term, text: term}; }; + if (opts.createSearchChoice === undefined) { + opts.createSearchChoice = function (term) { return {id: term, text: term}; }; + } opts.initSelection = function (element, callback) { var data = []; $(splitVal(element.val(), opts.separator)).each(function () { @@ -2084,14 +2086,14 @@ the specific language governing permissions and limitations under the Apache Lic " " + ""), disabledItem = $( - "