Searched refs:createSearchChoice (Results 1 – 2 of 2) sorted by relevance
| /plugin/tagfilter/script/select2/ |
| D | select2.js | 610 …if (!opts.createSearchChoice || !opts.tokenSeparators || opts.tokenSeparators.length < 1) return u… 627 token = opts.createSearchChoice.call(this, token, selection); 1002 if (opts.createSearchChoice === undefined) { 1003 … opts.createSearchChoice = function (term) { return {id: $.trim(term), text: $.trim(term)}; }; function 1716 if (this.opts.createSearchChoice && search.val() !== "") { 1717 def = this.opts.createSearchChoice.call(self, search.val(), data.results); 3058 …if(!this.opts.createSearchChoice && !choices.filter('.select2-result:not(.select2-selected)').leng…
|
| D | select2.min.js | 21 …createSearchChoice||!e.tokenSeparators||e.tokenSeparators.length<1)return b;for(;;){for(i=-1,j=0,k… 22 …createSearchChoice&&""!==d.val()&&(i=this.opts.createSearchChoice.call(h,d.val(),g.results),i!==b&…
|