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

Fix : multi input value , and then select dropdown item no response and no selected style #818

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/jquery.tokeninput.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@
// set a timeout just long enough to let this function finish.
setTimeout(function(){ do_search(); }, 5);
}
selected_dropdown_item = null;
break;
}
});
Expand Down