Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Commit 7a039f2

Browse files
committed
Merge pull request #495 from batusai513/master
fix bug on ie < 9, this reference
2 parents 233b45e + 1cf54fe commit 7a039f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/jquery.tokeninput.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,8 @@ $.TokenList = function (input, url_or_data, settings) {
376376
})
377377
.blur(function () {
378378
input_box.blur();
379+
//return the object to this can be referenced in the callback functions.
380+
return hidden_input;
379381
});
380382

381383
// Keep a reference to the selected token and dropdown item

0 commit comments

Comments
 (0)