knockout.autocomplete
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -262,6 +262,3 @@ /*global ko, jQuery, define, document, window*/ | ||
var justPasted = false; | ||
$element.on("paste", function (e) { | ||
justPasted = true; | ||
if (window.clipboardData) { | ||
@@ -304,8 +301,2 @@ // IE | ||
$element.on("keyup", function (e) { | ||
if (justPasted) { | ||
justPasted = false; | ||
freeTextSelect(); | ||
return; | ||
} | ||
if (separators && separators.test(element.value)) { | ||
@@ -312,0 +303,0 @@ freeTextSelect(); |
{ | ||
"name": "knockout.autocomplete", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>", | ||
@@ -5,0 +5,0 @@ "dependencies": {}, |
610385
16819