diff --git a/dist/select.js b/dist/select.js index fdad56070..dc3614304 100755 --- a/dist/select.js +++ b/dist/select.js @@ -1004,6 +1004,7 @@ return false; }; if (!inputValue) return resultMultiple; //If ngModel was undefined + if ($select.tagging.isActivated) return inputValue; for (var k = inputValue.length - 1; k >= 0; k--) { if (!checkFnMultiple($select.selected, inputValue[k])){ checkFnMultiple(data, inputValue[k]); @@ -1381,4 +1382,4 @@ $templateCache.put("select2/select-multiple.tpl.html","
"); $templateCache.put("selectize/choices.tpl.html","
"); $templateCache.put("selectize/match.tpl.html","
"); -$templateCache.put("selectize/select.tpl.html","
");}]); \ No newline at end of file +$templateCache.put("selectize/select.tpl.html","
");}]);