Skip to content

Commit

Permalink
Merge pull request #6 from rich1888/iOS-input-bug
Browse files Browse the repository at this point in the history
iOS fix for input changing
  • Loading branch information
jeremykenedy authored Jun 27, 2019
2 parents 2b609ae + ee04018 commit 4e2b797
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$(function() {
// Check for on keypress
$("input").on("keydown", function(event){
$("input").on("keyup", function(event){
var self = $(this);
Expand Down

0 comments on commit 4e2b797

Please sign in to comment.