Skip to content

Commit

Permalink
Merge pull request #430 from nhim175/fix/japanese-ime-support
Browse files Browse the repository at this point in the history
Adding support for IMEs
  • Loading branch information
ghiden authored Sep 18, 2016
2 parents 54a2d26 + 5f5bf1e commit c74df56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angucomplete-alt.js
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@

// register events
inputField.on('keydown', keydownHandler);
inputField.on('keyup', keyupHandler);
inputField.on('keyup compositionend', keyupHandler);

// set response formatter
responseFormatter = callFunctionOrIdentity('remoteUrlResponseFormatter');
Expand Down

0 comments on commit c74df56

Please sign in to comment.